Convert WORD to EXCEL via Java
On Premise Java API to convert WORD to EXCEL without using Microsoft® Word or Microsoft® Excel
You can converting WORD to EXCEL via Aspose.Total for Java is a simple two step process. By using feature-rich, document manipulation and conversion API Aspose.Words for Java , you can export WORD to HTML. After that, by using Aspose.Cells for Java , you can convert HTML to EXCEL.
Convert Protected WORD to EXCEL via Java
Using the API, you can also open the password-protected document. If your input WORD document is password protected, you cannot convert it to EXCEL without using the password. The API allows you to open the encrypted document by passing the correct password in a LoadOptions object. The following code example shows how to try opening an encrypted document with a password:
Convert WORD to Protected EXCEL file via Java
After you convert WORD to EXCEL, you can also encrypt and password protect your EXCEL documents. In order to encrypt your document, open it using Workbook class and specify XOR Encryption Type and Strong Encryption type (RC4, Microsoft Strong Cryptographic Provider) encryption by using the setEncryptionOptions method. You can also set a password to your EXCEL by using the Password property of WorkbookSettings class.
Other Conversion Options
DOC What is DOC File Format?
Files with .doc extension represent documents generated by Microsoft Word or other word processing documents in binary file format. The extension was initially used for plain text documentation on several different operating systems. It can contain several different types of data such as images, formatted as well as plain text, graphs, charts, embedded objects, links, pages, page formatting, print settings and a lot others.
Read MoreXLSX What is XLSX File Format?
XLSX is well-known format for Microsoft Excel documents that was introduced by Microsoft with the release of Microsoft Office 2007. Based on structure organized according to the Open Packaging Conventions as outlined in Part 2 of the OOXML standard ECMA-376, the new format is a zip package that contains a number of XML files. The underlying structure and files can be examined by simply unzipping the .xlsx file.
Read More