pcjeff

Results 1 comments of pcjeff

when xls files are encrypted, there will be a FilePass token (0x2f) ref: https://stackoverflow.com/questions/25422599/parse-xls-file-with-protected-protected-workbook we can stop parsing while reading in this token as a work around solution. in workbook.go...