No of Print on Excel print is wrong
Brought to you by:
jxlynch
Hi,
I run the example "import jxl.demo.ReadWrite" and generate a new excel file.
The new generate file looks ok. But, when I do a print on the whole sheets of the file, it print out so many pages. When I open the "Print" window from excel of the "Data" sheet, I found out the "Number of Copies" has been changed to "15" instead of 1 on the old template.
Also the "Adjust to" on Page Setup of excel also got wrong number instead of default 100% of normal size.
Thanks,
Ajit
Logged In: YES
user_id=1909875
Originator: NO
I've tested a simple workaround: setting the number of copies manually.
It works fine for me:
sheet.getSettings().setCopies(1);
Sincerely,
Igor
Logged In: YES
user_id=2008349
Originator: NO
see issue: #1893446 for more details