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

Add integration test that checks correctness with xlsx validator #149

Open
jappeace opened this issue Nov 10, 2021 · 0 comments
Open

Add integration test that checks correctness with xlsx validator #149

jappeace opened this issue Nov 10, 2021 · 0 comments

Comments

@jappeace
Copy link
Contributor

My comment at verbatim:

To validate the result is correct xml:                                                                     
                                                                                                           
@                                                                                                          
docker run -v $(pwd):/app/xlsx-validator/xlsx -it vindvaki/xlsx-validator xlsx-validator xlsx/yourfile.xlsx
@                                                                                                          
                                                                                                           
TODO: package that program for nix and make a unit test out of it.                                         
it's *really* usefull.                                                                                     
                                                                                                           
This will put the xlsx project root in the current working                                                 
directory of xlsx validator,                                                                               
allowing you to run that program on the output from                                                        
streaming (which in this example was written to out/out.xlsx).                                             
This gives a much more descriptive error reporting than excel.            

It's this program: https://github.com/vindvaki/xlsx-validator

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