qrilka / xlsx

Simple and incomplete Excel file parser/writer
MIT License
128 stars 62 forks source link

microlens as an alternative to lens #133

Closed goodlyrottenapple closed 3 years ago

goodlyrottenapple commented 3 years ago

Hi,

This is a PR addressing #129. The only changes, other than using LANGUAGE CPP to import microlens instead of lens are:

qrilka commented 3 years ago

thanks @goodlyrottenapple for the PR hopefully I'll have time tomorrow to review it properly

qrilka commented 3 years ago

The PR looks good. Would you mind two minor improvements:

After that I'll be happy to release this as 0.8.2

goodlyrottenapple commented 3 years ago

Squashed commits and added a --flag xlsx:microlens build for 8.6.5. I had to tweak the travis file further, because the --flag command only seems to be recognised if it comes after test in stack test... Let me know if there is anything else.

qrilka commented 3 years ago

That's perfect, thank you

qrilka commented 3 years ago

And released as 0.8.2

goodlyrottenapple commented 3 years ago

Thanks!