-
Notifications
You must be signed in to change notification settings - Fork 769
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
Numeric Array Formula and Matrix Function Patch Applied #69
Conversation
I have added the test xlsx file and added the ant and gradle build changes necessary for commons-math3 at Bob95132#1 - would you be able to merge these to your branch? |
Add missing xlsx file and add ant and gradle dependencies on commons-…
I apologize for the late response and thank you for those corrections. Should I supply a new patch including these changes to bugzilla or is the pull request sufficient? Is another pull request to Apache/POI needed? |
We can use this Pull Request and your existing github branch while we review this change. |
For clarification, correcting the failed tests in TestWorkbookEvaluator? Did this error occur during a full system JUnit run and were there other failures? |
the tests in TestWorkbookEvaluator fail in the IDE or if you run them using |
… corresponds to test parameters set (sheet, row, and column indices)
I have fixed the broken tests. Please let me know if there is anything else I can do. |
I see another test failure: |
Would it also be possible to add some tests for an xls file (HSSF format)? |
Im working on the TestXSSFDataValidation and will make an xls file test suite. I have noticed that test suites between xls and xlsx are sometimes duplicated. Is it sufficient to keep the test cases within the workbook the same? |
running similar tests is fine - it's just that we need to have an xls input file as well as an xlsx - the test classes themselves should be separate - one for HSSF and one for XSSF |
Thanks for the clarification |
…mula functionality of HSSF workbooks
sonar classpath
I have added the tests for the HSSFWorkbook and corrected the failure that was occurring with TestXSSFDataValidation. Please let me know the next steps in evaluating this contribution. |
We're in the process of releasing 3.17. I will look at merging this once it is released. |
Hello, what is the status of this MR? Is there any chance it'll be merged soon? |
merged on Sep 14, 2017 |
…pache#69 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808297 13f79535-47bb-0310-9956-ffa450edef68
Follow up to the request for pull request format of patch