Export two excel data into single excel sheet by adding heading and some calculated data
问题 I am using react-data-export to export the excel sheet in my react project. I need to export two excel data in single file. Example If not possible the above module please suggest me a new way to do so. 回答1: I have published a simple proof of concept that it should be useful to understand how it is possible to satisfy the needs in the question to export two excel data in single file. In the ExcelSheet components it is possible to pass a dataSet that allows any number of data tables and other