GitHub user ClaudiaPHI opened a pull request: https://github.com/apache/metamodel/pull/109
Improving writing to an excel file In DataCleaner we have a performance issue when trying to write an Excel file: https://github.com/datacleaner/DataCleaner/issues/1370 I removed the workaround to "first write to a temp file to avoid that workbook source is the same as the target (will cause read+write cyclic overflow)" The "InMemoryResource" is not needed anymore after the change I have made. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ClaudiaPHI/metamodel feature/improve-excel-writing Alternatively you can review and apply these changes as the patch at: https://github.com/apache/metamodel/pull/109.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #109 ---- commit 543370fbf73b780920e46a892300d4947e5e7ce6 Author: claudiap <claudia.p...@humaninference.com> Date: 2016-06-08T14:43:27Z improved writing to excel. removed the InMemoryResource ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---