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…...`Cells` will enlarge the sheet Aspose.Cells Product Family cnbjw July...18, 2025, 4:45am 1 using Aspose.Cells; namespace TestExcelFormat...