I´m building some ReactJS Table and Report components tha basically will contain <table> data, some graphics (d3) and some textual data. I need to provide 3 buttons:
- Export to PDF
- Export to Excel
Are there any trustable packages available for the tasks above using ReactJS ? What is the approach to handle these requirements ?