mirror of
https://github.com/brechtsanders/xlsxio
synced 2025-03-28 21:13:24 +00:00
This commit is contained in:
parent
443c093fce
commit
14f86bb7af
@ -100,6 +100,9 @@ Example C programs
|
||||
------------------
|
||||
### Listing worksheets in an .xlsx file
|
||||
```c
|
||||
#include "xlsxio_read.h"
|
||||
```
|
||||
```c
|
||||
//open .xlsx file for reading
|
||||
xlsxioreader xlsxioread;
|
||||
if ((xlsxioread = xlsxioread_open(filename)) == NULL) {
|
||||
@ -123,6 +126,9 @@ xlsxioread_close(xlsxioread);
|
||||
```
|
||||
### Reading from an .xlsx file
|
||||
```c
|
||||
#include "xlsxio_read.h"
|
||||
```
|
||||
```c
|
||||
//open .xlsx file for reading
|
||||
xlsxioreader xlsxioread;
|
||||
if ((xlsxioread = xlsxioread_open(filename)) == NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user