I am planning to implement report generation and Excel file export features in a React application using an Excel template file as a base.
I want to simplify the form creation and maintenance process by using an Excel file that is easy to edit and then bind the data to show the report output format, and then implement printer output and Excel saving functions.
I am wondering if the spreadsheet component is sufficient to implement these features without using a reporting tool.