Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>excel-parserNew to Visual Studio Code? Get it now.
excel-parser

excel-parser

excelParser2Json

|
1,735 installs
| (0) | Free
A Visual Studio Code extension to parse Excel files and generate JSON objects.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

excel-parser README

xlsx表格转json小工具。输出两个json文件(名为all_data.json和need_data.json),均保存在当前目录下(需要转json的表格文件同级)。

注意:从表格的第四行开始转换的。因为个人常用的文件的第一行为文件名,第二行为描述行,第三行为表头行。

使用方法

1.在 Visual Studio Code 中打开命令面板 2.输入'Parse Excel'并按回车键 3.第2步完成后,会弹出一个选择文件的弹框,选择你需要转换的excel文件(支持xls和xlsx格式)

注意:打开命令面板的快捷键是: Windows 和 Linux 上的快捷键是 Ctrl + Shift + P。 macOS 上的快捷键是 Cmd + Shift + P。

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

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