fileformat-free-consulting / projects

1 stars 1 forks source link

I want to create/build openxlsx for c++ #7

Closed HosseinBorhani closed 1 year ago

HosseinBorhani commented 1 year ago

dear sir/madam how can I use Openxlsx in my c++ project to save my data in various worksheet of an excel file?

amjad-sahi commented 1 year ago

@HosseinBorhani,

You may use Aspose.Cells for C++ which is a native C++ library to create, manipulate and convert MS Excel spreadsheets (XLS, XLSX, XSLM, XLSB, etc.) programmatically without requiring Office Automation or Microsoft Excel application. You can also render images from worksheets and convert MS Excel spreadsheet to PDF format. The API also allows you to create, manipulate and render charts and shapes as well. Moreover, formula calculations is another good aspect provided by component and you may utilize it.

You can easily accomplish your task, i.e., create a new Open Office XML (XLSX) file and add/input or import data to different worksheets and finally save the Excel file. We recommend you to kindly go through the Aspose.Cells for C++ documentation which has example codes on how to use the APIs to perform different tasks. Moreover, you can download the demos project to view/browse and run the ready to run examples for your reference. You can also check the API Reference Pages to know more about the APIs.

Give it a try by downloading the Aspose.Cells for C++ from the Downloads section.

Should you have further queries or comments, feel free to write us back. You can also reach us in the dedicated forum. We handle our clients efficiently in the forums.