Cell borders in excel file

Hello,


We have an excel file which we upload to our web page. All cell borders are invisible in the document we upload, but when we try to download the file aspose makes all borders visible again.

The excel1.xls file in attachment is the original one we upload, and the second one is what we get back. Can you help me about that? We use version 7.7.2.0

Hi Ahmet,

Thanks for your posting and using Aspose.Cells.

Please download and try the latest version: Aspose.Cells
for .NET v8.0.1.4
and see if it makes any difference. It should solve your problem.

If your problem still persists, then please provide us your sample code replicating this issue with the latest version. We will look into it and update you asap.

Hello again,


We solved the problem. It was our code “sheet.IsGridlinesVisible = true;” makes borders visible.

Thanks for your quick response.

Hi Ahmet,

Thanks for your posting and using Aspose.Cells.

It is good to know that your issue is resolved now after making the grid lines visible false. Let us know if you encounter any other issue, we will be glad to look into it and help you asap.