Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>csv2tableNew to Visual Studio Code? Get it now.
csv2table

csv2table

Michel SLAGMULDER

|
846 installs
| (0) | Free
translate a csv into Html Table
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

csv2table

This extension enabled to transforn a csv text in to a html Table

You can select the delimiter (";" by default) and you choose if teh first line is a header or not.

configuration

the default configuration is

    "csv2table.header": true,
    "csv2table.footer": false,
    "csv2table.statusbar" : true,
    "csv2table.delimiter": ";",

How to use

Select your csv text and use the "Transform to HTML Table" command

shorcut : "crt-h ctrl-t"

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft