Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# read_xlsx_v
read xlsx using vlang

## Usage

```v
import read_xlsx_v

fn 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