Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 24, 2020 08:49
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/ecd33a47fb87c3ee842ba331d493ce16 to your computer and use it in GitHub Desktop.
Save r-ryantm/ecd33a47fb87c3ee842ba331d493ce16 to your computer and use it in GitHub Desktop.
/nix/store/j8i5i365qxl0l3vqz8hp32s5zg9jbmba-libxls-1.6.0
├── bin
│   └── xls2csv
├── include
│   ├── libxls
│   │   ├── brdb.c.h
│   │   ├── brdb.h
│   │   ├── endian.h
│   │   ├── locale.h
│   │   ├── ole.h
│   │   ├── xlsstruct.h
│   │   ├── xlstool.h
│   │   └── xlstypes.h
│   └── xls.h
├── lib
│   ├── libxlsreader.la
│   ├── libxlsreader.so -> libxlsreader.so.1.6.0
│   ├── libxlsreader.so.1 -> libxlsreader.so.1.6.0
│   ├── libxlsreader.so.1.6.0
│   └── pkgconfig
│   └── libxls.pc
└── share
└── man
└── man1
└── xls2csv.1.gz
8 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment