Andrii Kurdiumov
Andrii Kurdiumov
This is library for report generation, why do you want to put values into `sharedStrings` using it?
Aah, now it make sense, so you essentially want stream substitution process. And be able append more substitution values over and over again until you done. Is this correct? #...
There no such functionality in the library at the moment. You have to collect all data into one object, and if you are done, then perform substitution.
You cannot create blocks side-by-side. I think creation of such blocks push library in the direction of full-blown reporting solution which will require more **much more** resources to implement.
No, merging of XLSX files should happens via other means. This library is for simple template substitution.
@cobraz I'm moved back to my favorite C#, so I definitely show lack of love for this project. My general sentiment that such small libraries should avoid hard breaking changes...
@lcyin I think I can help with error "expression is not constructable". The fix should be in the next couple hours. On the other hand exposing `getCurrentRow` does not seems...
@lcyin maybe you can have some idea on what kind of API do you want to have? currently `getCurrentRow` does not seems to be very useful for end-user. I understand...
This looks very similar in nature to #85 . Unfortunately I lack of cycles to fix that particular issue. But if you could add PR with changes and cover that...
For start - Sorry for long delay. Original author was on vacation and only now I accept his invitation. This is definitely an issue. I will take a look at...