Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 41 additions & 3 deletions Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -6792,9 +6792,39 @@
<li>
<a href="/document-processing/excel/excel-library/net/faqs/does-xlsio-support-hyperlinks-when-converting-excel-to-pdf">Does XlsIO support hyperlinks when converting Excel to PDF?</a>
</li>
<li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/explain-the-behavior-of-the-wraptext-property-in-xlsio">Explain the behavior of the WrapText property in XlsIO?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/can-pivot-table-cell-values-be-edited">Can pivot table cell values be edited?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/why-are-cells-not-merged-when-inserting-a-row-or-column">Why are cells not merged when inserting a row or column?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/how-to-get-the-last-row-of-a-column-using-xlsio-in-excel">How to get the last row of a column using XlsIO in Excel?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/how-to-remove-both-horizontal-and-vertical-axis-in-a-chart">How to remove both horizontal and vertical axis in a chart?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/how-to-enable-pivottable-show-details-in-xlsio">How to enable PivotTable Show Details in XlsIO?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/how-to-check-if-a-formula-in-a-cell-contains-an-error-value">How to check if a formula in a cell contains an error value?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/how-to-handle-circular-references-when-retrieving-calculated-values">How to handle circular references when retrieving calculated values?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/are-pivot-table-expand-buttons-preserved-in-excel-to-pdf-conversion">Are pivot table expand buttons preserved in Excel to PDF conversion?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/does-xlsio-show-blank-for-empty-pivot-table-values">Does XlsIO Show "(Blank)" for Empty Pivot Table Values?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/what-is-the-maximum-number-of-unique-cell-styles-supported-in-xlsio">What is the maximum number of unique cell styles supported in XlsIO?</a>
</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -7027,6 +7057,14 @@
<li>
<a href="/document-processing/excel/conversions/excel-to-csv/net/excel-to-csv-conversion">Excel to CSV Conversion</a>
</li>
<li>
<a href="/document-processing/excel/conversions/excel-to-csv/net/faqs">FAQ</a>
<ul>
<li>
<a href="/document-processing/excel/conversions/excel-to-csv/net/faqs/why-does-excel-remove-number-formatting-in-csv-files.md">How to open a CSV file with a tab delimiter using XlsIO?</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
Expand All @@ -7041,10 +7079,10 @@
<a href="/document-processing/excel/conversions/csv-to-excel/net/csv-to-excel-conversion">CSV to Excel Conversion</a>
</li>
<li>
<a href="/document-processing/excel/conversions/excel-to-pdf/net/faq">FAQ</a>
<a href="/document-processing/excel/conversions/csv-to-excel/net/faqs">FAQ</a>
<ul>
<li>
<a href="/document-processing/excel/conversions/CSV-to-Excel/NET/faqs/how-to-open-a-csv-file-with-a-tab-delimiter-using-xlsio">How to open a CSV file with a tab delimiter using XlsIO?</a>
<a href="/document-processing/excel/conversions/CSV-to-Excel/net/faqs/how-to-open-a-csv-file-with-a-tab-delimiter-using-xlsio">How to open a CSV file with a tab delimiter using XlsIO?</a>
</li>
</ul>
</li>
Expand Down