Replies: 3 comments 5 replies
-
Hi @muraval , I'd say that makes sense to me! Do you want to contribute Poiji, which I would be glad? |
Beta Was this translation helpful? Give feedback.
-
@muraval Hi! you can try https://github.com/vaa25/poiji2 . It keeps ordering for ExcelUnknownCells. |
Beta Was this translation helpful? Give feedback.
-
Ok, this is my first and last naive comment that will be concise and direct about this annoying situation where you (@vaa25 ) have insisted to build a project on top of the history implemented in Poiji with the help of all the other contributors here (@breucode , @aerfus , @brunslo , @wilds , @Brutus5000 , @ghacupha , @itsjwala , @beckerdennis , @kpolli , @thiyagu-7 , @bendh , @jrse , @abdulrafique , @virtual-machinist , @4sujittiwari , @jmorgan-iad , @fatihyildizhan , @soberich , and @chinmay1994 ) with a new name so-called "poiji2", which ENTIRELY against the license! From day one until today, Poiji has always aimed to solve one problem: a means to convert Excel data to a list of Java items! However, I have been constantly mindful over the years and respected others' thoughts when they come up with new ideas, including you as well! Poiji has been a community-driven project, evolving with the open-source community.
Sorry, but I have other responsibilities besides this project, and this statement is truly subjective. See #129 (comment).
I have always encouraged people like you See #124 (comment). At the time, there were other maintainers that attempted to introduce Java -> Excel functionality however, the maintainer didn't complete the task See #235. Plus, over 7 years, around 79 PRs have been merged (excluding releases), while there are less than 10 closed PRs. So who is actually against contribution?
There can be new requirements and use cases based on different experiences. There is no one-size-fits-all project in the world. But from your perspective time is up for you to wait and you ended up copying the implementation from the original source without crediting authors :)
So let me understand, you will erase the entire history by copy-pasting all the implementations and rebrand it with a new project. Haha. This is a clever idea :D.
That's totally a desperate speech. I approached you kindly, even though you never got back to me. (SEE #171 (comment)).
Remember that you're still exploiting Poiji's community to promote your project!! As of today, whenever you comment on either a discussion or issue related to your project, it will be either deleted or edited by me. Apparently, we don't talk the same way, so I'd say this is the only alternative you will likely understand. Best, |
Beta Was this translation helpful? Give feedback.
-
Hey, @ozlerhakan! Thanks for incredible amount of work you did for this miraculous project.
Currently I work with files that don't have a defined naming and amount of columns. So I had to stick to @ExcelUnknownCells annotation.
Is it possible to keep the order of headers the way how they appeared in original file instead of storing them in HashMap where they get hashed and reordered? As a solution, for example, can you use a LinkedHashMap?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions