spreadsheetlight Questions
4
Solved
I Nugot SpreadsheetLight. To subsequently use it, I need to add the following usings:
using DocumentFormat.OpenXml;
using DocumentFormat.OpenXml.Spreadsheet;
using SpreadsheetLight;
For the firs...
Twirl asked 22/3, 2016 at 21:31
5
Solved
Upon execution of the dBWorksheet.SaveAs(xlsFileSpec), in the code below, I am seeing an exception:
"entries cannot be opened multiple times in update mode."
SLDocument dBWorksheet = new SLDocu...
Whitewall asked 18/11, 2019 at 15:58
2
I'm looking for a function similar to DataTable.Rows.Count that can be used with an SLDocument to find out how many rows have data in them. Is there something available in SpreadsheetLight? Any oth...
Fascine asked 9/7, 2015 at 18:48
1
Solved
I'm trying to populate a combobox with the names of the columns in a spreadsheet.
I'm using the spreadsheetlight library. I can set the cell value using the following code where A refers to column ...
Sleeper asked 3/7, 2017 at 11:59
1
© 2022 - 2025 — McMap. All rights reserved.