https://github.com/AvneeshSarwate/xk6-xlsx
An xk6 extension for reading Microsoft Excel files
https://github.com/AvneeshSarwate/xk6-xlsx
xk6
Last synced: 3 months ago
JSON representation
An xk6 extension for reading Microsoft Excel files
- Host: GitHub
- URL: https://github.com/AvneeshSarwate/xk6-xlsx
- Owner: AvneeshSarwate
- Created: 2021-01-31T18:05:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T18:03:16.000Z (almost 4 years ago)
- Last Synced: 2024-11-14T22:35:49.977Z (7 months ago)
- Topics: xk6
- Language: Go
- Homepage:
- Size: 4.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An example module for https://k6.io/ to read excel files. Constructed in the pattern of https://k6.io/blog/extending-k6-with-xk6 and using excel-parsing capabilities of https://github.com/360EntSecGroup-Skylar/excelize. NOT POLISHED FOR PRODUCTION USE but meant to be instructive to how to bind the `excelize` library.
Build agains the k6 binary using the command
```
{xk6_binary} build v0.29.0 --with github.com/AvneeshSarwate/xk6-xlsx='/absolute/path/to/local/xk6-xlsx/directory'
```Notes
1. required me to add `export GO111MODULE=on` into my .bash_profile to compile module properly for module-level testing independent of k6.