ClearC2 / react-excel-workbook

MIT License
109 stars 32 forks source link

click multiple times #18

Open monman2l opened 6 years ago

monman2l commented 6 years ago

When sheet data is huge, the progress of create an excel file is little bit slow. In my case , I have about 13000 columns.

during the process of creating a xlsx file, the element is still clickable. which can cause create multiple times. therefore can cause chrome warning, even browser crash.

Is there an option to avoid that?