Hi,
I cannot understand how is defined the ExpressSpreadSheets's print area.
I think there is a problem, which I realized after experimenting with the SpreadSheetFeaturesDemo
When I filling some cells by code and previewing the spreadsheet I saw that the last column was not included
in the print preview.
This behavior can be reproduced in the SpreadSheetFeaturesDemo by commenting the last 2 rows
of the procedure TfrmInvoice.CreateVariativePart(AGoodsCount: Integer);
//CreateContactInfoRange(Rect(1, ATotalRowIndex + 4, 5, ATotalRowIndex + 5));
//CreateThankfulRange(Rect(1, ATotalRowIndex + 7, 5, ATotalRowIndex + 7));
Then the preview doesn't include the last column.
See attached image also.
Is there a workaround or a hint to bypass this since this is very crusial for my project if I cannot preview correctly the
excel file.
Best Regards,
Manolis Perrakis
Hello Manolis,
Thank you for your detailed report. I have reproduced the described behavior and forwarded this ticket to our developers for research.