Excel数据导入到SqlLite中

  • 将Excel数据转换为CSV格式(如果Excel中包括多个sheet,则只有第一个sheet有效)
  • 转为CSV格式后,需要用记事本另存为UTF-8格式(否则导入到SqlLite中会有乱码问题)
  • 使用SqlLite工具:SQLiteManager
  • 第一步创建表结构:DateBase -> CreateTable
  • 第二步选择要导入的CSV格式文件:File -> Import -> other -> 选择文件
Excel数据导入到SqlLite中_第1张图片
  • 操作上图的内容
  1. 选择目标表
  2. 配置映射关系
  3. 导入
  • 完成
  • 原文地址:http://blog.csdn.net/yueritian/article/details/46335755

你可能感兴趣的:(Excel数据导入到SqlLite中)