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

Make one single library #85

Open
lilastic opened this issue Oct 29, 2020 · 0 comments
Open

Make one single library #85

lilastic opened this issue Oct 29, 2020 · 0 comments

Comments

@lilastic
Copy link

lilastic commented Oct 29, 2020

Currently, one has to import header file 'xlsxio_write.h' and link with shared library 'libwrite*' to write XLSX files and import header 'xlsxio_read.h' and link with shared library 'libread* to read XLSX files.

While this segmentation has its merit (logic-wise), in practice, it's better to have everything under just one header file and one shared library. This alleviates the developer and user of the xlsxio library.

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

1 participant