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

feat: add dropdown to display sheet names for uploaded Excel files #27

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago
  1. Added a dropdown feature to the application that displays all available sheet names when an Excel file is uploaded. This allows users to easily select the desired sheet for further processing.
  2. Updated xlsx_example_file.xlsx in test_dataframe folder to test the functionality of this feature.

    • Note: Some bugs occurred (mentioned in #28).

closes #20