C# API to Convert MOBI to XLSX
Export MOBI to XLSX via C# without using Microsoft® Word or Microsoft® Excel
By using Aspose.Total for .NET you can include MOBI to XLSX conversion feature within any .NET, C#, ASP.NET and VB.NET application in two simple steps. Firstly, by using Aspose.Words for .NET , you can export MOBI to HTML. After that, by using Aspose.Cells for .NET Spreadsheet Programming API, you can convert HTML to XLSX.
.NET API to Convert MOBI to XLSX
Get Started with .NET File Automation APIs
Install from command line as nuget install Aspose.Total
or via Package Manager Console of Visual Studio with Install-Package Aspose.Total
.
Alternatively, get the offline MSI installer or DLLs in a ZIP file from downloads .
Load MOBI Document from Stream via C#
Aspose.Words for .NET also allows you to load MOBI document via stream. To open a document from a stream, simply pass a stream object that contains the document into the Document constructor. The following code example shows how to open a document from a stream:
Add Custom Properties in XLSX File via C#
While converting MOBI to XLSX, Aspose.Cells for .NET enables you to add custom properties in your XLSX documents. In order to add a custom property, you can use Add method for the CustomDocumentPropertyCollection class. The Add method adds the property to the Excel file and returns a reference for the new document property as an Aspose.Cells.Properties.DocumentProperty object.
Other Conversion Options
MOBI What is MOBI File Format?
The MOBI file format is one of the most widely used ebook file formats. The format is an enhancement to the old OEB (Open Ebook Format) format and was used as the proprietary format for Mobipocket Reader. Like EPUB, it is supported by almost all modern e-readers specifically by mobile devices with low bandwidth. The format can be converted to several other formats such as PDF, EPUB, and several other formats using publicly available software applications such as the Kindle app. There are several companies that offer free MOBI books such as Project Gutenberg, Feedbooks, and Open Library.
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