using Aspose.Cells;
namespace TestExcelFormat
{
internal class Program
{
static void Main(string[] args)
{
Workbook wb = new Workbook(@“1.xlsx”);
Console.WriteLine(wb.Worksheets[0].Cells.MaxColumn);
var cell = w…...additional columns in the resulting Excel file, which may not be desirable...problems, check the original Excel file for any hidden or merged...