Skip to content

Excel file reader and writer for the Julia language. Similar to, and broadly consistent with `XLSX.jl` but with improved Excel formatting capability.

License

Notifications You must be signed in to change notification settings

TimG1964/XLSX2.jl

Repository files navigation

XLSX2.jl

License CI codecov dev stable

Excel file reader/writer for the Julia language. This is a fork originally from XLSX.jl v0.10.4

Introduction

XLSX2.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.

Requirements

  • Julia v1.8

  • Linux, macOS or Windows.

Installation

From a Julia session, run:

julia> using Pkg

julia> Pkg.add("XLSX2")

Source Code

The source code for this package is hosted at https://github.com/TimG1964/XLSX2.jl.

License

The source code for the package XLSX2.jl is licensed under the MIT License.

Getting Help

If you're having any trouble, have any questions about this package or want to ask for a new feature, just open a new issue.

Contributing

Contributions are always welcome!

To contribute, fork the project on GitHub and send a Pull Request.

References

Alternative Packages

About

Excel file reader and writer for the Julia language. Similar to, and broadly consistent with `XLSX.jl` but with improved Excel formatting capability.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 33

Languages