boyter / lc

licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.
GNU Affero General Public License v3.0
124 stars 17 forks source link

Add support for XLSX output format #43

Closed pmundt closed 5 years ago

pmundt commented 5 years ago

This builds on the CSV writer and adds a basic XLSX writer based on github.com/tealeg/xlsx

boyter commented 5 years ago

Thanks for the submission. I should get back to fixing the second version of this.