Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csholmq/vscode-excel-to-markdown-table
/ functions
Functions
16 in github.com/csholmq/vscode-excel-to-markdown-table
⨍
Functions
16
◇
Types & classes
2
↓ 1 callers
Function
calculateAlignmentMarkdownSyntaxMetadata
(alignment: string)
src/excel-markdown-helpers.ts:56
↓ 1 callers
Function
columnAlignment
(columnHeaderText: string)
src/excel-markdown-helpers.ts:93
↓ 1 callers
Function
columnAlignmentFromChar
(alignChar: string)
src/excel-markdown-helpers.ts:109
↓ 1 callers
Function
columnWidth
(rows: string[][], columnIndex: number)
src/excel-markdown-helpers.ts:124
↓ 1 callers
Function
excelToMarkdown
(rawData: string)
src/excel-markdown-tables.ts:9
↓ 1 callers
Function
main
()
src/test/runTest.ts:5
↓ 1 callers
Function
pasteText
(rawData: string)
src/extension.ts:18
Function
activate
(context: vscode.ExtensionContext)
src/extension.ts:6
Function
addAlignmentSyntax
(markdownRows: string[], columnWidths: number[], colAlignments: string[])
src/excel-markdown-helpers.ts:41
Function
addMarkdownSyntax
(rows: string[][], columnWidths: number[])
src/excel-markdown-helpers.ts:26
Function
cellReplacer
(_match: string, group: string)
src/excel-markdown-helpers.ts:149
Function
deactivate
()
src/extension.ts:15
Function
getColumnWidthsAndAlignments
(rows: string[][])
src/excel-markdown-helpers.ts:71
Function
replaceIntraCellNewline
(data: string)
src/excel-markdown-helpers.ts:147
Function
run
()
src/test/suite/index.ts:5
Function
splitIntoRowsAndColumns
(data: string)
src/excel-markdown-helpers.ts:134