json to table, table to json, upload excel to json json table excel 转换
for example: When translating in multiple languages, it is usually necessary to copy the copy key values and Chinese related explanations and provide them in an Excel file; However, multiple languages in the project are stored in JSON format, Converting to an Excel spreadsheet is very tedious and requires copying key values one by one, which is very inefficient. Converting JSON to an HTML table and copying the data from the HTML table can be done in Excel, and vice versa, extracting JSON from Excel is also very efficient.
在多语言进行翻译的时候,通常需要把文案key值和中文相关的解释拷贝出来,提供到excel文件中去;然而项目中多语言是用json格式储存的, 在转化到excel表格中去非常繁琐,需要一个个键值拷贝,效率非常底下,json转换成html 表格再复制html表格中的数据,就可以拷贝到excel中去了,反之也可以excel提取json,非常高效。
open dist/index.html with a browser or
npm i && npm run dev to use dev server or
view https://zhuyue6.github.io/JsonExcelTableSwitcher/dist/index.html