Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 23, 2019 22:01
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/a7cde671ada9bfbd9402f5e82fe0d930 to your computer and use it in GitHub Desktop.
Save ryantm/a7cde671ada9bfbd9402f5e82fe0d930 to your computer and use it in GitHub Desktop.
/nix/store/bs1xfgfv8j1nwjv1yqk3kq1xzf4rq835-libxl-3.8.8
├── 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