-
Notifications
You must be signed in to change notification settings - Fork 38
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
Is it possible to add Data Validations? #35
Comments
Hi, |
Look forward to implementing it in our application when you release it. By the way, is there any way to make donations for your efforts. We first tried using OpenXML in our application and our implementation became more robust than we were wanting to maintain going forward. That is when we came across your library and were able to implement, in just over a day, what took us almost a week to implement with OpenXML and our code will definitely be easier to maintain going forward. |
Thank you, that is very nice of you, and I am extremely happy that the library is useful to you and your organization. It was my intention to provide a way to generate XLSX flies without high requirements. If you want to support me: However, this is really not a demand or "subscription plan". I am happy to help people out whit the library, as I was happy to get my problems solved with it, back in the days when I created it. This is my little part of altruism in this world :-) Please let me know, if you have specific business requirements, since, as the maintainer of the library, I may be already blind to some crucial needs. |
Just curious, any updates as to when this feature may be available? |
Hi, |
Fully understood, life has a way of geting in the way. I just thought I would check in and see how things are going. By the way, Happy New Year. |
Is it possible to add data validations to a column in the resulting spreadsheet? The excel file I am generating will also be used as an import file for easy of updating large amounts of changes and adding new records. As such, I am wondering if it is possible to implement the Excels data validation functionality? When added to the spreadsheet, via Excel, entries are added to the sheet itself, but I am unable to see any methods on the worksheet, in NanoXLSX, that would allow me to add such functionality to the spreadsheet I am creating. If this functionality does exist, could someone please point me int the right direction.
The text was updated successfully, but these errors were encountered: