Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

fix: add exception handling to catch all errors when reading TSV and Excel files #133

Closed Rebekah-Chuang closed 7 months ago

Rebekah-Chuang commented 7 months ago

This PR adds exception handling to catch all errors that may occur when reading TSV and Excel files. If an error occurs, an error message will be displayed to the user using ui.modal so that the message is accessible, allowing them to close the message and try again.

closes #132