Expanding text from right to left while exporting Excel file to HTML
Contents
[
Hide
]
Aspose.Cells now supports expanding text from right to left while exporting Excel file to HTML. This feature has been implemented since the v8.9.0.0. Now if your source excel file contains any text which expands from right to left, then Aspose.Cells will export it to HTML correctly.
Expanding text from right to left while exporting Excel file to HTML
The following sample code converts the sample excel file into HTML. This screenshot shows how the sample excel looks like in Microsoft Excel 2013.
This screenshot shows the output HTML generated with older version.
This screenshot shows the output HTML generated with newer version.
As you can see in the screenshots, the newer version expands the right-aligned text to left correctly just like Microsoft Excel.