Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fanlia/read_xlsx_v
read xlsx using vlang
https://github.com/fanlia/read_xlsx_v
Last synced: 3 months ago
JSON representation
read xlsx using vlang
- Host: GitHub
- URL: https://github.com/fanlia/read_xlsx_v
- Owner: fanlia
- License: mit
- Created: 2023-07-05T19:12:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-15T00:54:19.000Z (over 1 year ago)
- Last Synced: 2024-04-23T16:38:39.143Z (7 months ago)
- Language: V
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-v - read_xlsx_v - Read xlsx using vlang. (Libraries / Text processing)
README
# read_xlsx_v
read xlsx using vlang## Usage
```v
import read_xlsx_vfn main() {
data := read_xlsx_v.parse('read_xlsx_v/data.xlsx')!
println(data)
}// [['hello', 'world'], ['bar', 'foo'], ['yes', 'no']]
```
## Test
```sh
v test .
```## License
MIT