Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 28, 2019 08:27
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 ryantm/f65697cd89d931e1e38f97f579c4933d to your computer and use it in GitHub Desktop.
Save ryantm/f65697cd89d931e1e38f97f579c4933d to your computer and use it in GitHub Desktop.
/nix/store/np5iy73l3yr04wbliwvf42ii5k0i0d6l-libxl-3.8.7
├── include_c
│   ├── AutoFilterA.h
│   ├── AutoFilterW.h
│   ├── BookA.h
│   ├── BookW.h
│   ├── enum.h
│   ├── FilterColumnA.h
│   ├── FilterColumnW.h
│   ├── FontA.h
│   ├── FontW.h
│   ├── FormatA.h
│   ├── FormatW.h
│   ├── handle.h
│   ├── libxl.h
│   ├── setup.h
│   ├── SheetA.h
│   └── SheetW.h
├── include_cpp
│   ├── enum.h
│   ├── IAutoFilterT.h
│   ├── IBookT.h
│   ├── IFilterColumnT.h
│   ├── IFontT.h
│   ├── IFormatT.h
│   ├── ISheetT.h
│   ├── libxl.h
│   └── setup.h
├── lib
│   └── libxl.so
└── license.txt
3 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment