Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
7f6473b
WIP
Canna71 Jul 28, 2023
ff6b924
Adapted for Obsidian
Canna71 Jul 30, 2023
8908a34
added support for locks in cell indexes
Canna71 Jul 31, 2023
620dfcd
showPrint setting
Canna71 Jul 31, 2023
a880cfe
tentative fix for autoFill on paste
Canna71 Jul 31, 2023
305c2c9
reverted
Canna71 Jul 31, 2023
a4f79fa
commented TODO
Canna71 Jul 31, 2023
48db8ac
product and count formulas
Canna71 Aug 1, 2023
b90f20a
added logging
Canna71 Aug 1, 2023
a871356
Merge branch 'master' of https://github.com/Canna71/x-spreadsheet
Canna71 Aug 1, 2023
27009e4
Some More Formulas
Canna71 Aug 1, 2023
da9d376
Tentative fix for unary string operations
Canna71 Aug 1, 2023
b96c6e2
WIP vlookup
Canna71 Aug 1, 2023
4cce11c
WIP parsing refactor
Canna71 Aug 1, 2023
5da3356
improved parsing
Canna71 Aug 2, 2023
8e3079e
Improved parsing
Canna71 Aug 2, 2023
f85ceb4
improved formulas
Canna71 Aug 2, 2023
de07db3
VLOOKUP
Canna71 Aug 2, 2023
7a7d7b0
Fix steps greater than 1
Canna71 Aug 3, 2023
9f85da0
FIX: $ character
Canna71 Aug 3, 2023
29b867f
Fixed formatting
Canna71 Aug 5, 2023
a011eea
tentative fix for top borders hidden by headers
Canna71 Aug 5, 2023
92c4d2d
Tweaked index.d.ts
Canna71 Aug 5, 2023
72fb903
FIX: sheetindex incrementing
Canna71 Aug 5, 2023
1a603f9
Added state to SpreadsheetData
Canna71 Aug 6, 2023
a2fcf65
format WIP
Canna71 Aug 6, 2023
093529f
Formatting using numfmt
Canna71 Aug 6, 2023
1f92371
FIX: style.format
Canna71 Aug 6, 2023
16c249f
Tweaked types
Canna71 Aug 6, 2023
71f7278
dropdown specific classes
Canna71 Aug 7, 2023
6338f2b
refactored accent color
Canna71 Aug 7, 2023
ae998f7
refactored colors
Canna71 Aug 7, 2023
f66c987
FIX: computed color
Canna71 Aug 7, 2023
1ed6c9c
FIX: canvas style
Canna71 Aug 8, 2023
3ab88cf
icons WIP
Canna71 Aug 8, 2023
9ffe52d
icons as SVG IMG
Canna71 Aug 9, 2023
22bd0b0
Icons as inline svg
Canna71 Aug 10, 2023
4accc38
fix align
Canna71 Aug 10, 2023
71c5285
WIP icons refactor, trouble importing
Canna71 Aug 11, 2023
4850f37
tooltip refactor
Canna71 Aug 12, 2023
170081a
colors WIP
Canna71 Aug 12, 2023
c17d83c
colors refactor
Canna71 Aug 13, 2023
acf80b6
color refactoring
Canna71 Aug 13, 2023
6a4dadd
color refactor
Canna71 Aug 13, 2023
5b88056
icons dark
Canna71 Aug 13, 2023
dd6eb95
secondary for dropdown
Canna71 Aug 13, 2023
ccd9702
fillStyle from CSS variables
Canna71 Aug 13, 2023
4376f20
dynamic styles for canvas
Canna71 Aug 13, 2023
15382ba
dynamic styles
Canna71 Aug 13, 2023
5bbe149
autofill style
Canna71 Aug 13, 2023
8da2c10
Fixed Autofilter
Canna71 Aug 13, 2023
79e4e62
disabling validation
Canna71 Aug 13, 2023
92941c7
fixed styles
Canna71 Aug 13, 2023
ea0bdb0
restored light theme
Canna71 Aug 15, 2023
16e634f
Adjusted styles
Canna71 Aug 15, 2023
c9240e6
fixed icons
Canna71 Aug 15, 2023
6508b89
styles tweaks
Canna71 Aug 15, 2023
1d1c4a7
custom formats
Canna71 Aug 15, 2023
1b0f8bf
sty;es
Canna71 Aug 15, 2023
0ca1187
tweaked styles
Canna71 Aug 16, 2023
aa6386e
Removed console.log
Canna71 Aug 21, 2023
39ab1ad
FIX: caret color
Canna71 Sep 23, 2023
6eb9e5f
Merge branch 'master' of https://github.com/Canna71/x-spreadsheet
Canna71 Sep 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
yarn.lock

.nyc_output/*
.vscode/settings.json
7 changes: 7 additions & 0 deletions assets/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/align-bottom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/align-center.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/align-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/align-middle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/align-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/align-top.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/arrow-line-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/arrow-line-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/bgcolor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/bold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/border-all.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/border-bottom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/border-horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/border-inside.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/border-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/border-none.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/border-outside.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/border-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/border-top.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/border-vertical.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/chevron-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/chevron-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/chevron-line-left.svg
5 changes: 5 additions & 0 deletions assets/chevron-right.svg
7 changes: 7 additions & 0 deletions assets/chevron-up.svg
7 changes: 7 additions & 0 deletions assets/clearformat.svg
8 changes: 8 additions & 0 deletions assets/close.svg
7 changes: 7 additions & 0 deletions assets/color.svg
7 changes: 7 additions & 0 deletions assets/ellipsis.svg
8 changes: 8 additions & 0 deletions assets/filter.svg
8 changes: 8 additions & 0 deletions assets/font-italic.svg
7 changes: 7 additions & 0 deletions assets/formulas.svg
8 changes: 8 additions & 0 deletions assets/freeze.svg
8 changes: 8 additions & 0 deletions assets/graph.svg
7 changes: 7 additions & 0 deletions assets/line-color.svg
7 changes: 7 additions & 0 deletions assets/line-type.svg
7 changes: 7 additions & 0 deletions assets/link.svg
6 changes: 6 additions & 0 deletions assets/merge.svg
7 changes: 7 additions & 0 deletions assets/paintformat.svg
Loading