Nathan Ruehs
Nathan Ruehs
I was able to get bit farther by using these instructions: http://libxlsxwriter.github.io/getting_started.html#gsg_ming ``` # Install the dev tools for libxlsxwriter. pacman -S git gcc make zlib-devel ``` You need to...
Got a little further; in the binding.rb file: ``` LIB_FILENAME = if RUBY_PLATFORM =~ /darwin/ "libxlsxwriter.dylib" else "libxlsxwriter.so" end ``` Windows builds a libxlsxwriter.**dll** file. However even when hard coding...
After further consideration, I think a Spreadsheet might be a better format for storing this information. I've created a publicly editable one at: https://docs.google.com/spreadsheets/d/1KQ-q7IsyeOLJfF9qX3-0EK33vlqY9LTd5l57OeiPp6E/edit?usp=sharing Please feel free to add additional...
I agree "Average Users" won't be running this script... this column is for if you are going to run the script for non-tech savvy friends/family/co-workers; aka you probably want to...
> what every value mean in "Disassembler0 defaults", "Average Users", "Windows Default". see cell notes > Because if 1 or 0 could be treated as enabled or disabled respectively then...