You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use SetRow() in the stream method, you know the function of recording to a temporary file and emptying the buffer in the Sync() logic when the data length of the buffer is more than 16MB.
I would like to improve this size so that it can be set by the user rather than being fixed.
When using the Excel save function on a server with low memory specifications, if the data is larger than 16MB, the process may be killed while SetRowing the data due to insufficient memory.
It would be nice to improve the ChunkSize value so that it can be set variably.
The text was updated successfully, but these errors were encountered:
When you use SetRow() in the stream method, you know the function of recording to a temporary file and emptying the buffer in the Sync() logic when the data length of the buffer is more than 16MB.
I would like to improve this size so that it can be set by the user rather than being fixed.
When using the Excel save function on a server with low memory specifications, if the data is larger than 16MB, the process may be killed while SetRowing the data due to insufficient memory.
It would be nice to improve the ChunkSize value so that it can be set variably.
The text was updated successfully, but these errors were encountered: