Skip to content

Commit 3cdf31e

Browse files
authored
Merge pull request #2234 from syncfusion-content/1000752-ExcelToHTMLFAQ
Documentation (1000752): FAQ for does XlsIO preserve text orientation when converting an Excel worksheet to HTML?
2 parents 17e7db4 + bc8d3c5 commit 3cdf31e

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Document-Processing-toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6260,6 +6260,9 @@
62606260
<li>
62616261
<a href="/document-processing/excel/excel-library/net/faqs/does-xlsio-support-converting-an-empty-Excel-document-to-PDF">Does XlsIO support converting an empty Excel document to PDF?</a>
62626262
</li>
6263+
<li>
6264+
<a href="/document-processing/excel/excel-library/net/faqs/does-xlsio-preserve-text-orientation-in-excel-to-html-conversion">Does XlsIO preserve text orientation in Excel to HTML conversion?</a>
6265+
</li>
62636266
<li>
62646267
<a href="/document-processing/excel/excel-library/net/faqs/what-is-the-maximum-supported-text-length-for-data-validation-in-Excel">What is the maximum supported text length for data validation in Excel?</a>
62656268
</li>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Text Orientation in Excel to HTML Conversion | Syncfusion
3+
description: This page explains whether the Syncfusion .NET Excel library (XlsIO) preserves text orientation during Excel to HTML conversion.
4+
platform: document-processing
5+
control: XlsIO
6+
documentation: UG
7+
---
8+
9+
# Does XlsIO preserve text orientation in Excel to HTML conversion??
10+
11+
No. XlsIO does not preserve text orientation during Excel to HTML conversion. Microsoft Excel itself does not retain text orientation when exporting a worksheet as HTML, and XlsIO follows the same behavior.

0 commit comments

Comments
 (0)