Skip to content

Commit d1bb9a8

Browse files
feat: Improving aliasing
1 parent 1c2e757 commit d1bb9a8

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
@{
2-
SharedStrings = 'SharedString'
2+
SharedString = 'SharedStrings'
3+
Worksheet = 'Worksheets'
34
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@{
2+
Cells = 'Cell'
3+
Formulas = 'Formula'
4+
Formulae = 'Formula'
5+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@{
2+
Slide = 'Slides'
3+
}

0 commit comments

Comments
 (0)