Supress un-used columns

HI,

Is there any method to suppress/hide unused columns in aspose excel in java.

Hi,


Thanks for your posting and using Aspose.Cells.

You can delete blank columns of your Excel file to fulfill your needs.

i.e.

Worksheet.getCells().deleteBlankColumns();

Hopefully, it will fix your issue. Let us know your feedback.