On Jul 9, 1:25 pm, Vicky <
vikram.ainch...@gmail.com> wrote:
> When i tried writing xlsx file (approximate 13612 lines) using given
> module , i got this error
> "Excel found unreadable Content in "filename.xlsx".Do you want to
> recover the contents of this workbook ? If you trust the source if
> this workbook ,Click Yes."
>
> When i tried for same functionality for 6400 Lines , the module works
> fine without any issue .
>
> Let me know if you have any solution to resolve given issue.
Hi,
The "Excel found unreadable content warning" is a general warning and
may be caused by a number of different issues.
The one referred to in the Changelog was specifically related to chart
scaling. If you don't have scaled charts in your application then you
aren't encountering that issue.
In order to debug the issue that you are having:
1. Ensure you are using the latest version of Excel::Writer::XLSX
(currently 0.48).
2. Try to create a small, self-contained program that demonstrates
the issue.
3. If you can't do 2, then send me one of the xlsx files that
gives the error to the address in the documentation.
Regards.
John.
--