Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support application/vnd.ms-excel.sheet.binary.macroenabled.12 #78

Closed
titarenko opened this issue Mar 22, 2016 · 1 comment
Closed

Support application/vnd.ms-excel.sheet.binary.macroenabled.12 #78

titarenko opened this issue Mar 22, 2016 · 1 comment
Milestone

Comments

@titarenko
Copy link

Hi,

Thanks for great project!

Could you add support for application/vnd.ms-excel.sheet.binary.macroenabled.12?

Currently (version 1.2.1) extraction ends with:

textract.fromFileWithPath('18.xlsb', console.log);
{ [Error: Error for type: [[ application/vnd.ms-excel.sheet.binary.macroenabled.12 ]], file: [[ 18.xlsb ]]] typeNotFound: true } null
@dbashford dbashford added this to the 1.3.0 milestone Mar 22, 2016
@dbashford
Copy link
Owner

Looks like a casing problem (macroenabled vs macroEnabled) as textract does have support for this. Should be a quick fix. Want to get this into 1.3, though. Been bogged down by work and sick kids lately but need to push through to get that out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants