pull/6221/head
Gauthier LO 2024-04-29 17:11:41 +02:00
parent 109c499a25
commit 5117a74c22
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ public abstract class AbstractInvoice<E, F, G, H, I> {
arialBold.setFontHeightInPoints((short) 14);
arialBold.setBold(true);
// looping throw the total row, setting border styles and setting formula
// looping through the total row, setting border styles and setting formula
for(int i = 0; i < 10; i++)
{
Cell cell = totalRow.createCell(i);