file is corrupted when file size exceeds '1000kb' #97
craig-harbottle
started this conversation in
General
Replies: 1 comment 4 replies
-
nope never had any problems like this and I've been using it for well over a year in my other open source projects without anyone complaining, so it's probably an issue in your code somewhere. I just tried in my datagrid open source project via this Example, if you go over there and try it, then click on the "50K rows" button and then click on export to Excel. It's a bit slow to get the export but it works and I checked the size and it ended up being 2Kb. The only other thing I could think of though is that I never use or insert any images in my exports (it's rarely used for datagrid exports), could that be related to that? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @ghiscoding 👋 , me again 😅 . I get this when an excel file exceeds 1000kb :
And then when I open it, the styles and formatting has been 'thrown away' but the data 'recovered'.
Have you seen this before ?
Had a look through the repo and couldn't see anywhere a limit would have been set.
Set this as a discussion as I'm sure it might be a PEBCAK.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions