Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement data validation in Excel using Office.js API

Is there way to implement data validation programmatically using Office.js API ?

enter image description here

like image 884
Alex K Avatar asked Jun 30 '26 14:06

Alex K


1 Answers

While you can absolutely implement your own data validation within an add-in, it would be distinct from the built-in data validation tool. There is currently no API for configuring Excel's data validation tool programmatically.

like image 188
Marc LaFleur Avatar answered Jul 03 '26 04:07

Marc LaFleur