Replies: 1 comment
-
Because of there is no any suggestion here how to solve my question, I reported it as an issue: |
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
-
I need to set more than one print area to XLS.
There is possibility to do that in Excel as it is described here:
https://www.youtube.com/watch?v=RvTic9lT4Lw
I tried to set SetPrintArea with two or three comma delimited references e.g.
wb->SetPrintArea(0, "$A$1:$C$5,$E$6:$F$9")
,according to: https://stackoverflow.com/a/35478242/13983849
But it didn´t work in NPOI 2.5.5 (this worked well in NPOI 1.2.3).
How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions