read_excel

Version, currently main branch1 version
  • main branchlatestFeb 28, 2024

github.com/JuIturra/read_excel_cr

Testing read excel with crystal lang

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  read_excel:
    github: JuIturra/read_excel_cr
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared

Dependencies

Runtime Dependencies

  • xlsx-parser0.8.2github: D1ceWard/xlsx-parser

README

read_excel_crystal

Benchmark xlsx reader with crystal

how does it works?

$ clone repo
$ cd read_excel_cr
$ shard install
$ crystal run main.cr for standar execution
$ crystal build main.cr --release for compile and create executable
$ ./main

Bench

crystal 1.10.1

Standard version

               user     system      total        real
parser:    1.033945   0.011712   1.045657 (  1.046572)

Compiled version

               user     system      total        real
parser:    0.573927   0.000000   0.573927 (  0.573958)