Answers for "how to get the sheets no in excel package workbook in c#"

0

how to get the sheets no in excel package workbook in c#

foreach (var sheet in package.Workbook.Worksheets)
                {
                    Console.WriteLine(sheet.Name);
                }
Posted by: Guest on March-08-2021

Code answers related to "how to get the sheets no in excel package workbook in c#"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language