Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Cells Product Family
Convert Excel Files to PDF in Python
Nowadays, PDF has become a standard file format for exchanging documents. Various popular document formats are converted to PDF before they are shared over the Internet. Excel to PDF is one of the popular conversion scenarios in which worksheets are converted to read-only PDF pages. In accordance with that, this article covers how to convert Excel XLSX or XLS files to PDF using Python.
Posted in Aspose.Cells Product Family Tagged excel to pdf python, xls to pdf python, xlsx to pdf python
Convert Excel to CSV in Python
Excel spreadsheets are widely used to keep, import, or export data from one application to another. In addition, you can perform various operations on data, such as sorting, applying mathematical formulas, generating charts, etc. However, in various cases, Excel's XLSX or XLS workbooks are required to be converted to CSV (Comma Separated Values) format. For such scenarios, this article covers how to convert Excel files to CSV in Python.
Create Charts in Excel Spreadsheets using C#
Excel charts are used to visualize the data in spreadsheets. MS Excel supports a variety of charts such as line, bar, pie, doughnut, pyramid, bubble, etc. In this article, you will learn how to create different types of charts in Excel files using C#.
Convert CSV to PDF and PDF to CSV using C++
PDF files are a standard format for exchanging documents over the internet. There might be situations where you need to process the data in the PDF file and add that to a database. For such scenarios, converting the PDF document to CSV format might prove to be helpful. On the other hand, you might have some tabular data in CSV format that you want to share in a read-only manner with someone. You can achieve this by converting the CSV files to PDF format. In this article, you will learn how to interconvert PDF and CSV files programmatically using C++.
Convert Excel to CSV and CSV to Excel using C++
Excel is a popular format for sharing information. You may find yourself in situations where you have data in an Excel(XLS/XLSX) file that you need to import to a database. For this, you would need to convert the Excel file to CSV format. On the other hand, you may have data in CSV format exported from a database that you need to manipulate further in an Excel file. For such cases, you would need to convert the CSV file to Excel format. In this article, you will learn how to perform both these conversions programmatically using C++.
Convert Excel XLSX to Word DOCX in Java
Excel to Word conversion could be useful when you need to export data from an Excel worksheet to a table in a Word document. In order to automate this conversion, this article covers how to convert Excel XLSX files to Word DOCX format using Java. Furthermore, additional options are also discussed to customize XLSX to DOCX conversion.
Copy or Move Excel Worksheets using C#
In certain cases, you may need to copy worksheets within an Excel workbook or from one workbook to another. On the other hand, moving worksheets to change their position within a workbook is also required in different scenarios. In order to perform the above-mentioned tasks programmatically, this article shows how to copy worksheets within Excel workbooks using C#. Furthermore, it also covers how to change the position of a worksheet in an Excel workbook.
Convert Excel Files to Image in Java
Excel spreadsheets are widely used to store, organize and analyze data. However, you can not embed the Excel workbooks or worksheets directly into your web or desktop applications. One of the suitable options is converting worksheets to image or HTML formats. In this article, you will learn how to convert Excel XLSX/XLS files to PNG, JPEG, BMP, and other image formats using Java.
Convert Excel Files to PDF in Node.js
Excel spreadsheets are commonly used to store and analyze data in the form of rows and columns. However, in various cases, you need to convert the Excel files to PDF before sharing them over the internet. In order to automate Excel to PDF conversion, this article shows how to convert Excel files to PDF programmatically using Node.js. Furthermore, advanced options to customize the Excel to PDF conversion are also discussed.
Posted in Aspose.Cells Product Family Tagged excel to pdf nodejs, xls to pdf nodejs, xlsx to pdf nodejs
Protect and Unprotect Excel Files using C++
Microsoft Excel is a popular software for managing data in organizations. It is mainly due to its advanced data manipulation and representation features. In this technological age, documents are shared virtually instead of printed copies. These files may contain complex and sensitive data. So to maintain such files' integrity, you might need to guard them against modification. Excel's protection features come in handy for this purpose. In this article, you will learn how to protect and unprotect Excel files programmatically using C++.