Hi Team
I am using Aspose.Cells to create a text file.Using SavetoCSV or SavetoTabDelimeted im saving the file. But output file is not in correct alignment.
Please help me to solve this problem.
Hi Team
I am using Aspose.Cells to create a text file.Using SavetoCSV or SavetoTabDelimeted im saving the file. But output file is not in correct alignment.
Please help me to solve this problem.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
Please download and use the latest version:
Aspose.Cells
for .NET v7.3.1.1
Please note, CSV and Tab Delimited Format are very naive and text formats, they do not support complex objects like styles and alignments.
Therefore you cannot align anything in CSV or Text formats. These formats are just used to store data only.
If you want to use Style objects like Alignment (Left, Right, Middle, Center), Colors (Fore and Back Colors), Borders etc, then please use the advanced binary and xml formats like Xls and Xlsx formats.
To save your workbook into more advanced formats, please refer to this article.
Hi,