Page 1 of 1

File not found: XLSRWII.inc (5.20.11)

Posted: Mon Jan 06, 2014 2:35 pm
by d3nton
I got an 'file not found' error when compiling the latest version 5.20.11.
{$I XLSRWII.inc} in sereval units causes this issue.
Please help.

Re: File not found: XLSRWII.inc (5.20.11)

Posted: Mon Jan 06, 2014 5:53 pm
by larsa
Hello

Create a file with the name XLSRWII.Inc that contains the text {$define XLS_BIFF}

Re: File not found: XLSRWII.inc (5.20.11)

Posted: Tue Jan 07, 2014 7:19 am
by d3nton
thank you !
I am very sorry to bother you again, but there are also some small other issues:in XLSReadWriteII5.pas line 42 {$define AX_SHAREWARE}. I removed this line to get rid of the xlsx watermark in the excel file.
I think this was accidently applied to the code since the previous versions do not have this code line.
Also 'AutoWidthCols' does no longer seem to work correctly.