neulab / explainaboard_web

MIT License
8 stars 2 forks source link

download example table in xlsx #507

Closed qjiang002 closed 1 year ago

qjiang002 commented 1 year ago

This PR is related to issue #503

Download example table of fine-grained analysis

Screen Shot 2022-11-12 at 6 31 42 PM Screen Shot 2022-11-12 at 6 32 07 PM

Note: the CSV format is not supported now because the react-csv package is not compatible with @type/react='^17.x' used in the frontend now. antd-table-export package only supports xlsx format.