ExportToExcel column width

I can change the column with in the gridDesktop


What I am trying to do on export is keep the column widths that I set in the grid so it looks neat.

Is this possible?

Hi,

Well, I tested your scenario and it works fine. The column widths you set in GridDesktop is exported almost fine when you use, e.g
GridDesktop1.ExportExcelFile(“e:\test\exportedfile.xls”)

Please try our latest version Aspose.Cells.GridDesktop v2.2.0.2000 from the Aspose.Cells package:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry243604.aspx

If you still find any issue, kindly do create a simple project, zip it and post it here to show the issue, we will check it soon.

Thank you.

Thanks, that is working ok now.