GithubHelp home page GithubHelp logo

tobyweston / simple-excel Goto Github PK

View Code? Open in Web Editor NEW
95.0 11.0 44.0 627 KB

Generate excel sheets in Java

Home Page: www.robotooling.com

License: Apache License 2.0

Java 100.00%
excel poi hamcrest-matchers hamcrest

simple-excel's Issues

Cell comment ignored on comparison

Hi!

I found your library very useful. However another caveat I found was that comparison ignores cell comments. Would it be possible for you to add such feature?

Thanks for your effort as for today.

Best regards!

Using it for reading excel files

Can we add code to this project so that it can read excel files and create new excel files for... let's say Names and Email ID's?

Comparing rows with different number of cells containing value

I use WorkbookMatcher.sameWorkbook(Workbook) to compare a result workbook against an expected one.
In case the same sheet in both of the workbooks contain a row (at the same position) that has the same number of cells (last cell is the same) but the resulting row contains one physical cell (cell with value) that is not existing in expected row then comparing will not find this difference.

The reason is that CellNumberMatcher only checks whether the last cells in the two rows are the same, RowInSheetMatcher checks actual row against expected row calling CellsMatcher and CellsMatcher matches the physical cells of the expected row.

I advise checking the equality of the number of physical cells in the rows in CellNumberMatcher.

[Proposal] Ignore cells for testing

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">,
[..]

org.apache.poi.ss.usermodel.CellStyle are not reused

From reading the code, I think you end up generating a new CellStyle object every time a cell is added to the workbook. There is a limit of 64000 unique cell formats per workbook (https://support.office.com/en-nz/article/Excel-specifications-and-limits-16c69c74-3d6a-4aaf-ba35-e6eb276e8eaa).

I think if the CellStyles aren't being reused then it would be worth adding caching so that a Style object will only create a CellStyle on the workbook once. Then if you maintain a reference to a Style object then the same CellStyle instance from the workbook will be applied to each cell that uses the Style instance.

I'm happy to submit a pull request for this if you agree on my analysis.

Just re-saving XLSX file without making changes causes cell count mismatch

Sorry for this support-type of question. I have saved an XLSX file as the expected result and the sameWorkbook() assertion passes whem comparing against a programmatically created workbook. However, if I just open and re-safe the XLSX file (without making any changes) with Excel on Windows, I get

java.lang.AssertionError: 
Expected: entire workbook to be equal
     but: got <2> cell(s) on row <1> expected <6> sheet "Summary",
          got <2> cell(s) on row <2> expected <6> sheet "Summary",
          got <2> cell(s) on row <5> expected <6> sheet "Summary",
          got <2> cell(s) on row <6> expected <6> sheet "Summary",
          got <2> cell(s) on row <7> expected <6> sheet "Summary",
          got <2> cell(s) on row <8> expected <6> sheet "Summary"

So somehow the number of (non-physical) cells seems to have changed. Any idea why, and how to deal with it? I wanted to update the XLSX file with new test expectations, but now I cannot due to the above issue which always make the test fail.

Why not on Maven Central?

Why is this library not published on Maven Central? It would be nice not to have to configure a special repository for it.

NOTICE file

Hi,

I'm very much interested in using simple-excel for testing with my company.

This is possible, as you kindly provide it under the Apache 2.0 license.

However, the license information in your code states there would be a NOTICE file with further information, and I cannot find such. Quote:
"See the NOTICE file distributed with this work for additional information."

Would you add a NOTICE file, so license information is not lost during distribution?
Apache provides a template:
https://www.apache.org/licenses/example-NOTICE.txt

Best regards & thank you for this great software

r

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.