python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to set XSSFSheet orientation to Landscape .NET NPOI
How do I set the Print Orientation of an XSSFSheet to Landscape in .NET?
I can only find Java related solutions for this, and this doesn't work in .NET:
printSetup.setLandscape(true);
Taylor Brown
Votes: 0
Answers: 1
How to get correct HSSFFont .IsBold Value for first Char in HSSFRichTextString using NPOI?
I was coding a function that has a HSSFCell as input and returns the input of the cell formated with .xml tags ( etc.) in order to do so I iterate trough the HSSFRichTextString and check the font for ...
Flo_Maxl
Votes: 0
Answers: 0
How to set NPOI excel chart title style (Overlay = false)?
XSSFChart chart;
chart.SetTitle();
I know how to set the title, but can't find a way to set the title not to overlay the chart
JAYY5
Votes: 0
Answers: 1
Illegal IndexedColor index: 0
I am trying to convert xlsx file to html using below code but i am getting "Illegal IndexedColor index: 0" exception.
XSSFWorkbook xssfwb;
var fileName = @"c:\temp\test.xlsx"...
shashank
Votes: 0
Answers: 1