-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
InsertRow after stream writing is useless #826
Comments
Okay, I can follow your api rules. However, I need a way to create a | header0 | header1 |
| | --------- | -------- |
| | header2 | header | What's the typical way? |
The Excelize doesn't support merge cell in streaming mode currently, I'll add this feature recently. |
Hi @eaglexiang, I have just support merge cell in streaming mode, please try to use the master branch code, and this feature will be released in the next version. |
Description
I tried to insert one empty row after stream writing a excel file, no new line was inserted.
By the way, result of insert operation after normal writing is correct.
Steps to reproduce the issue:
File.InsertRow
Describe the results you received:
one excel file filled with only my test data.
Describe the results you expected:
one excel file filled with my test data and one empty line.
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
LSB Version: n/a
Distributor ID: ManjaroLinux
Description: Manjaro Linux
Release: 21.0.2
Codename: Ornara
The text was updated successfully, but these errors were encountered: