We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I use simple-excel to diff generated excels, this is a continuous process. It would be nice if there is a ignore on defined cells.
Example
java.lang.AssertionError: Comparing DemoExcelFile Expected: entire workbook to be equal but: cell at "B4" contained <"2013-12-05 12:40:49.309"> expected <"2013-12-06 12:41:29.424">, [..]
The text was updated successfully, but these errors were encountered:
Also asked for in #9.
Think it's a good idea but don't think I'll have any time soon to get to it. PRs welcome.
Sorry, something went wrong.
No branches or pull requests
I use simple-excel to diff generated excels, this is a continuous process. It would be nice if there is a ignore on defined cells.
Example
The text was updated successfully, but these errors were encountered: