XLSX.jl is a Julia package to read and write Excel spreadsheet files. Internally, an Excel XLSX file is just a Zip file with a set of XML files inside. The formats for these XML files are described in the Standard ECMA-376. This package follows the EMCA-376 to parse and generate XLSX files.
Features
- For Linux, macOS or Windows
- Requires Julia v1.3
- The source code for the package XLSX.jl is licensed under the MIT License
- Read and write Excel spreadsheet files
- The formats for these XML files are described in the Standard ECMA-376
- Follows the EMCA-376 to parse and generate XLSX files
