Posted 21 January 2020, 10:25 am EST
Hello,
I am using C1XLBook to fill values in a XLSheet.
With:
For Each obj As String In list
row = row + 1
sheet(row, 0).Value = obj
Next
If the row over 65536, I get this error message:
Maximum number of rows exceeded (65.536). bei C1.C1Excel.XLRowCollection.Insert(Int32 index, XLRow row)
bei C1.C1Excel.XLSheet.get_Item(Int32 rowIndex, Int32 colIndex)
I think it is the same problem as here:
https://www.grapecity.com/forums/winforms-edition/flexpreview-export-to-exce#original-post
Is this correct?
Best wishes
Jennifer