HSSF - Excel maximum number of rows problem
807588Jan 31 2009 — edited Jan 31 2009Hi
I am working on an application where I am generating a excel spreadsheet using HSSF.
I got an issue when I was told that maximum number of records might exceed 70,000.
But Excel supports only 64556 (approx) rows.
How can I overcome this.
Idea in my mind is, I will generate a separate sheet when number of records exceed maximum limit of Excel spreadsheet.
Is this the only way out of this scenario, because I feel customer will not be happy with the output.
Please suggest me the alternate if exists.
Thanks.