Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Converting documents from one format to another is the flagship feature of Aspose.Words. You can convert documents in any available load format also to XLSX format.
Converting a document to XLSX is a rather complicated process. To save your document to XLSX format using Aspose.Words, use the XlsxSaveOptions class and the new Xlsx
element in the SaveFormat enumeration. As mentioned above, you can save the document in any load format supported by Aspose.Words to XLSX.
The following code example shows how to save PDF to XLSX:
Also using Aspose.Words, you can find a specific string or regular expression in your document and replace it with the matching one you need. Then you can also save the result to XLSX format.
The following code example shows how to perform find and replace operation and save result to XLSX:
You can also specify the compression level when saving using the CompressionLevel property.
The following code example shows how to specify the compression level when saving to XLSX format:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.