DEV Community

Navin Kumar
Navin Kumar

Posted on

Display excel in Angular page

I have a use case, where I need to display an excel sheet from the server on the page developed using angular. The excel sheet would have formulas & also locked cells. The locked cells should not be editable on the web page & when we enter data in the other unlocked cells, the field with formula should be updated based on the values entered & the formula in the cell. We should also be able to save the excel back to the server. Kindly suggest the approach & if any components which I can use to achieve this functionality.

Top comments (0)