A Simple Installation Guide for xlslib on Mac
What is “xlslib” Package?
C++/C library to construct Excel .xls files in code
For more details: https://sourceforge.net/projects/xlslib
Installation
- Open Terminal by pressing
command+spacethen type terminal and hitEnterkey. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install xlslib.
brew install xlslib
Now, use xlslib!