Query |
Response | |
The problem here is if I read in the same file again, syncfusion will create a new sheet "workbook.Worksheets.Create(name)", because the library thinks the tab does not exist. Actually this is true, because the string ("name") will be shortend, but actually it is always the same string.
What to do here ?! |
We can reproduce the issue. A support incident to track the status of this incident has been created under your account. Please log on to our support website to check for further updates.
| |
The more data I the more the cells get shifted. attachment |
The column can be re-located using the below code.
Please refer the following code snippet in your sample to achieve this
Code snippet:
|