Hello,
I'm implementing xlsx file printing and I have a question about this feature in Aspose Cells for java (v8.5.2):
When I try to print, it doesn't print correctly in landscape mode.
Test case to reproduce the problem:
1) Create an empty excel file, for example, test.xlsx
2) Fill A1, A2 cells
3) Set Orientation mode to Landscape. Save test.xlsx
4) If I print from within excel, it prints exactly as expected
5) If I send to the same printer via SheetRender or WorkbookRender it looks much different. There is a large left margin. Is there any known issues with the Render?
Workbook wb = new Workbook("C:\\temp\\asposeCellsPrint\\test.xlsx");
Worksheet wSh = wb.getWorksheets().get(0);
SheetRender sR = new SheetRender(wSh, new ImageOrPrintOptions());
sR.toPrinter(printerName);
Thanks for your help.
/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Обычная таблица"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman","serif";}<![endif]–>