how to use normal mode and stream writer mode together? #2082
Unanswered
adhil-tinvio
asked this question in
Q&A
Replies: 2 comments
-
@adhil-tinvio it can't be used like this, because when you flushed the stream writer, the data content is the xl/Sheet.xml had been done, so you can't modify this content anymore. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As the documentation says: "the normal mode functions and stream mode functions can not be work mixed to writing data on the worksheets". But the stream writer support set cell rich text. Please reference example about set cell rich text with |
Beta Was this translation helpful? Give feedback.
0 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.
-
i am currently using streamwriter mode to generate reports using excelize.
for some particular section i want to use
SetCellRichText
to enhance the styling of the data in the cell.in the same sheet i am not able to use both of them together.
i even tried to add the new cell after flushing stream writer.still its the same.however i am able to add it in a new independent sheet
please let me know if this is solvable.Thanks
Beta Was this translation helpful? Give feedback.
All reactions