var existingFile = new FileInfo(GetpathST);
// Open and read the xlsx file.
using (var package = new ExcelPackage(existingFile))
{
// Get the work book in the file
ExcelWorkbook workBook = package.Workbook;
if (workBook != null)
{
if (workBook.Worksheets.Count > 0)
{
// Get the first worksheet
ExcelWorksheet currentWorksheet = workBook.Worksheets.First();
for (int i = 0; i <= xxx.xxx ; i++ )
{
}
คือผมต้องการค้นหา length ของข้อมูล row ผมต้องทำยังไงครับ แนะนำทีครับ อาจจะถามงงๆนะครับ มือใหม่
asp.net c# using EPPlus การ search data ใน excel มือใหม่ครับ
// Open and read the xlsx file.
using (var package = new ExcelPackage(existingFile))
{
// Get the work book in the file
ExcelWorkbook workBook = package.Workbook;
if (workBook != null)
{
if (workBook.Worksheets.Count > 0)
{
// Get the first worksheet
ExcelWorksheet currentWorksheet = workBook.Worksheets.First();
for (int i = 0; i <= xxx.xxx ; i++ )
{
}
คือผมต้องการค้นหา length ของข้อมูล row ผมต้องทำยังไงครับ แนะนำทีครับ อาจจะถามงงๆนะครับ มือใหม่