CSV TO XLSX Converter
Content Type: Module
Categories: Extensions,Data
Overview
Convert CSV file to EXCEL (.xlsx) with ease by defining your own delimiter for segregation of cells for each column. This module will help you easy setup your converter for project as it has reusable java-action to meet your expectation for conversion.
Documentation
Demo urlhttps://csvtoxlsxv9-sandbox.mxapps.io/
Dependencies
- commons-collections4-4.4.jar
- commons-compress-1.26.2.jar
- commons-io-2.17.0.jar
- log4j-api-2.23.1.jar
- poi-5.3.0.jar
- poi-ooxml-5.3.0.jar
- poi-ooxml-lite-5.3.0.jar
- xmlbeans-5.2.1.jar
Releases
Version: 2.0.0
Framework Version: 9.24.24
Release Notes: This version works with version 9.24.24 and above. For version 10.12.9 please refer to release 1.0.0
Version: 1.0.0
Framework Version: 10.12.9
Release Notes: The CSV to Excel Converter Java action module enables users to convert .csv files into .xlsx format while allowing them to specify a custom delimiter. This module efficiently processes CSV file, extracting data and transforming it into a structured Excel output. Users can define delimiters such as commas (','), semicolons (';'), tabs ('\t'), or any other character to ensure compatibility with their data processing needs. Built for Mendix applications, this Java action leverages Apache POI to handle Excel files and ensures accurate data conversion, preserving text formatting and special characters. Ideal for seamless data migration and integration, this module simplifies the transformation of CSV data into a universally accepted Excel format.