I’m getting following compilation error while merging 2 worksheets
Here are our initial issue. We have 350K rows with 100 Columns in it. With this we are getting System.OutOfMemeory excepetion. We feel that this is issue/limitation with Aspose dll as till 250K everything worked fine. Now to get the solution we are going to add 250K records in one Worksheet and 250K in another sheet and at the end we will merge both sheets into one. For that I am trying this example
And now getting error definition for ‘MaxDisplayRange’ and no extension
Please let us know if above solution will work for 500K+ records? or we will face any other issue?
Thanks for your reply.
Hi,
Amjad,
Hi,
Hi,
creating such a huge Excel file with such kind of large dataset in the normal way.
Amjad,
Hi,
As I mentioned that our Sever is having 64Bit with 32GB RAM is that not enough to process 100MB file?
Hi,
Amjad,
Please update on how to get header from datatable to excel. Thanks
Also is it possible to do a Cell formatting in LightCell API? Like below we are doing for other
Hi,
Thanks for your posting and using Aspose.Cells for Java.
From your code, it seems you want to set cells in one row or column to the same format. If so it will be much better for you to apply the style to the Row/Column object before filling cells data for performance consideration:
Row.ApplyStyle(Style, StyleFlag)/Column.ApplyStyle(Style, StyleFlag)
Dear Amjad,
Hi Prashman,
Dear Amjad,
Hi Prashman,