Quantcast
Channel: ClosedXML - The easy way to OpenXML
Viewing all articles
Browse latest Browse all 1877

New Post: Is there anyway to get worksheet name by index instead of alphabate?

$
0
0
ExcelQueryFactory is part of LinqToExcel.
If you are using LinqToExcel you should ask your question over there.

This package ClosedXML is a totally different package

Here is how you would do it in ClosedXML.
                // Open the Excel file and get first worksheet
                XLWorkbook wb = new XLWorkbook(fileLocation);
                IXLWorksheet ws = wb.Worksheet(1);

Viewing all articles
Browse latest Browse all 1877

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>