Categorygithub.com/Los-Crackitos/Excelante
modulepackage
1.0.5
Repository: https://github.com/los-crackitos/excelante.git
Documentation: pkg.go.dev

# README

Excelante

Code Quality Status Tests Status Codecov Go Report Card Code Size Go Doc License

Excelante is an open source API that allow users to interact with XLSX files, extract data from it or create files from a given input. Only a HTTP request is needed to use our API, it can be useful for website/application that needs to deal with XLSX files or for automatization.

Documentation

All API documentation can be found at Excelante Doc

Swagger API documentation can be found at /api/v1/swagger/

Benchmark

Benchmark was realized on MacBook Pro (2015) laptop: 2,7 GHz Intel Core i5 double core 8 Go 1867 MHz DDR3

Writer

TestsRun 1Run 2Run 3Run 4Run 5Moy
10x10 (100 cells)382ms361ms249ms269ms214ms295ms
100x100 (10 000 cells)627ms501ms517ms512ms475ms5264ms
1000x1000 (1 000 000 cells)83,299s95,253s81,792s104,130ms101,336s93,162s

Reader

TestsRun 1Run 2Run 3Run 4Run 5Moy
15(cols)x25(rows) (375 cells)columns: 168mscolumns: 140mscolumns: 199mscolumns: 224mscolumns: 90ms3262ms
lines: 45mslines: 28mslines: 39mslines: 79mslines: 37ms45,6ms
30(cols)x50(rows) (1500 cells)columns: 512mscolumns: 597mscolumns: 582mscolumns: 609mscolumns: 414ms542,8ms
lines: 48mslines: 97mslines: 69mslines: 172mslines: 104ms98ms
60(cols)x100(rows) (6000 cells)columns: 2,17scolumns: 2,74scolumns: 2,10scolumns: 2,14scolumns: 2,25s2,28s
lines: 167mslines: 146mslines: 392mslines: 201mslines: 241ms229,4ms

Website

Work in progress here

Want to contribute

Getting Started

Clone the repository and run make init to copy all configuration files. Then, run docker-compose up to start the project.

Roadmap

See the roadmap »

Code of conduct

As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.

We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.

Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.

Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.

This Code of Conduct is adapted from the Contributor Covenant, version 1.0.0, available at https://www.contributor-covenant.org/version/1/0/0/code-of-conduct.html

Sponsors

Support our open source work 😄

License

Excelante is under MIT license. Feel free to use it as you want.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author