Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smourier authored Oct 20, 2024
1 parent 191d8b9 commit d636b3c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,20 @@ Supports keyboard navigation, selection and focus (mouse & keyboard):

![image](https://github.com/smourier/SheetReader/assets/5328574/0eca72a2-ff5f-46b0-9fda-6f8e404cfdf6)

Also supports column resizing (by mouse or programmatically.
Also supports column resizing, by mouse or programmatically.
Can be programmatically customized to use different styles (color, alignement, etc.):

![image](https://github.com/smourier/SheetReader/assets/5328574/dd2d5a2b-fb14-41a2-a116-9ab8d67ec4c4)

It can also export data back as .JSON or .CSV files.
Also supports column sorting, by mouse double-click on column header or programmatically. Can be programmatically customized to use different comparisoo algorithms.

![image](https://github.com/user-attachments/assets/9b06dd43-1bbb-47d3-bb6d-748c91aec8fd)

Also supports column moving, by mouse drag on column header or programmatically.

![image](https://github.com/user-attachments/assets/cb1a7316-f8c7-4a4c-bf94-67994ca3049f)

It can also export data back as .JSON or .CSV files with various options:

![image](https://github.com/user-attachments/assets/f38780da-5fb7-41ce-97f7-59b8717624de)

0 comments on commit d636b3c

Please sign in to comment.