Giter VIP home page Giter VIP logo

exceltojson's Introduction

ExcelToJson


概述

ExcelToJson 为 python 转换 excel 为 json 格式的工具

简介

ExcelToJson 提供一个简单的界面(Tkinter),实现单个和批量转换的功能,其中批量转换使用多线程加快转换效率。 批量转换制定文件夹自动获取文件夹下为 '.xls' 的 excel 格式文件进行转换,转换后的json文件名与excel保持一致,并生成在同一目录下

模块

ExcelToJson类说明

函数 说明
createWidgets 初始化窗体
singleConvert 单个转换(点击执行)
batchConvert 批量转换(点击执行)
getFilesFromDir 获取文件夹下制定格式的文件列表
getThreadNum 计算开启的线程数
splitList 根据线程数分配任务列表
doConvert 批量转换函数
doConvertBase 转换核心函数

使用

    ## 运行程序
    python exceltopython.py

截图

LICENSE

软件遵循MIT开源协议

说明

欢迎大家加入此项目继续完善此项目

exceltojson's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.