We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am trying to writing file with a lot of rows (from 200k to 1m) using streaming mode.
Writing cell with style is ok but when I start set width for column, it return panic with message not supported.
I have read the docs and can't find it. Is there anyway I can keep using stream writing and set column width?
Thank you.
p/s: is there an option to freeze top row or first column?
The text was updated successfully, but these errors were encountered:
Hi. Sorry for delay. Its not possible right now. And not sure its possible to implement at all.
Sorry, something went wrong.
No branches or pull requests
Hi, I am trying to writing file with a lot of rows (from 200k to 1m) using streaming mode.
Writing cell with style is ok but when I start set width for column, it return panic with message not supported.
I have read the docs and can't find it. Is there anyway I can keep using stream writing and set column width?
Thank you.
p/s: is there an option to freeze top row or first column?
The text was updated successfully, but these errors were encountered: