Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 26, 2020 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/29fadb3b9e3ada53cab469115c756ea2 to your computer and use it in GitHub Desktop.
Save r-ryantm/29fadb3b9e3ada53cab469115c756ea2 to your computer and use it in GitHub Desktop.
/nix/store/01z09n1fvr0x324xrl1bc38gs6ywygdi-libxls-1.5.3
├── bin
│   └── xls2csv
├── include
│   ├── libxls
│   │   ├── brdb.c.h
│   │   ├── brdb.h
│   │   ├── endian.h
│   │   ├── ole.h
│   │   ├── xlsstruct.h
│   │   ├── xlstool.h
│   │   └── xlstypes.h
│   └── xls.h
├── lib
│   ├── libxlsreader.la
│   ├── libxlsreader.so -> libxlsreader.so.1.5.3
│   ├── libxlsreader.so.1 -> libxlsreader.so.1.5.3
│   ├── libxlsreader.so.1.5.3
│   └── pkgconfig
│   └── libxls.pc
└── share
└── man
└── man1
└── xls2csv.1.gz
8 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment