Here is a pure-JS application which provides Excel-like functionality in browser.
This may require updating project dependencies.
When you run project and open it in a browse, you will see Excel-like interface and format alight buttons and format text buttons (Bold, Italic, Underline), trash bin and formula-section.
There are some bugs with this toolbar:
- You can enable text style for a cell (Bold, Italic, Underline) but you can't disable it.
- If you type text into the cell, select another cell and the return to the cell with text - this text will be disappeared in the formula panel.
- Trash bin button doesn't work - it's impossible to clean-up text and formatting in the table.
And some bugs with the whole table:
- It's impossible to select the whole row or column.
- You can select a number of cells holding
Shift
button and pressing mouseL-Button
, but you can't do the same with arrows, and it's impossible to select a number of cells holding theControl
button and pushing arrows. - Copy-Pasting doesn't work.
E.g.:
found 17 vulnerabilities (2 low, 8 moderate, 7 high)
At least - high.
- It's not necessary to fix all the bugs. Just try to do as many, as you can.
- Please, store your solution in the your-own repository and share its link to us.