justkawal / excel

Excel Library for Flutter and Dart - https://pub.dev/packages/excel
MIT License
399 stars 209 forks source link

[Feature] Add support for Cell Dropdowns #114

Open SidneyMachara opened 2 years ago

SidneyMachara commented 2 years ago

Data validation

incase someone can suggest a better approach:

we are trying to use excel for bulk imports, but some cells can only have specific values since they map to a value in the database. Eg ( foreign key )

FauconSpartiate commented 1 year ago

This feature is currently not planned on getting implemented. PRs are welcome if anybody finds the time to work on it 👍

MrPuffs commented 1 month ago

Just to be clear is there anyway of changing the value of a dropdown right now ? @FauconSpartiate

FauconSpartiate commented 1 month ago

@MrPuffs No, still not implement. Any help is welcome.