Skip to content

Releases: neil3d/excel2json

v1.4.3

Choose a tag to compare

@neil3d neil3d released this 07 Oct 02:33

添加 AllString 选项,所谓字段的值都会转换为字符串

v1.4.2

Choose a tag to compare

@neil3d neil3d released this 08 Oct 08:52

使用共享模式打开 .xlsx 文件,避免在 Excel 开启文件时无法导表。

v1.4.1

Choose a tag to compare

@neil3d neil3d released this 25 Jul 09:27
  • 新加功能:自动识别单元格内的 Json String,并转换成为 Json Array 或者 Json Object
    • 通过命令行参数开启: -cell_json true
    • 或者 GUI 里面的设置

v1.4.0

Choose a tag to compare

@neil3d neil3d released this 25 Jul 08:50
  • 新加功能:通过指定前缀来排出特定的表单、列
    • 通过命令行: exclude_prefix
    • 或者 GUI 里面的设置

添加 C# 结构体定义生成

Choose a tag to compare

@neil3d neil3d released this 11 Jul 10:26

主要改进内容:

  1. 添加 C# 结构体定义生成;
  2. 升级底层库。

bug fixed

Choose a tag to compare

@neil3d neil3d released this 30 May 11:28
37ed79c
Merge pull request #29 from dantezhu/master

1. 解决之前的GUI加入sheetname后显示为空白 2. 解决导出为字典时,有冗余字段的问题

v1.2.0

Choose a tag to compare

@neil3d neil3d released this 03 Feb 09:44
  • 升级 ExcelDataReader 组件,现在支持所有 Excel 文件格式( 2003 *.xls, 2007 *.xlsx)
  • 默认导出表中所有Sheet,格式为:{ SheetName: { SheetOBject } }
  • 在行对象中添加ID字段
  • 去除 SQL 和 C# 结构体代码生成功能

v1.1.1

Choose a tag to compare

@neil3d neil3d released this 16 Jan 15:13
  • GUI模式:增加了 [Reimport] 按钮,在设置项改变之后,方便重新导入数据;
  • 优化了 Json 数组导出代码;
  • 表格中空白项目计算了默认值:取当前列中非空的值,按照其类型构造默认值;

Add GUI Mode

Choose a tag to compare

@neil3d neil3d released this 15 Dec 14:54

增加了GUI模式支持。

First Release

Choose a tag to compare

@neil3d neil3d released this 28 Oct 13:09
v1.0.0

text