https://bz.apache.org/bugzilla/show_bug.cgi?id=59645
--- Comment #5 from Andreas Beeker <[email protected]> --- I've just repeated that test and printerSettings1.bin is left unchanged. In the sheet1.xml there is a "printOptions" element with attribute "headings"="1", when the row and column headings are checked. I guess this can be easily changed via the xmlbeans objects ... something like: sheet.getCTWorksheet().getPrintOptions().setHeadings(true); Regarding your hex dumps, can it be, that you've compared the xlxs-files and not their content, i.e. .xlsx are .zip files, so you need to unpack them first before comparing ... -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
