项目作者: FeMaffezzolli

项目描述 :
A short script capable of reading an excel file and generating an txt file with PHP array format.
高级语言: Python
项目地址: git://github.com/FeMaffezzolli/python_excel_2_array.git
创建时间: 2019-01-23T21:52:32Z
项目社区:https://github.com/FeMaffezzolli/python_excel_2_array

开源协议:

下载


Excel_2_Array

A short script capable of reading an excel file and generating a txt file with PHP array format.

Usage

  1. python excel2array.py -i <inputFileName.xls> -o <outputFileName.txt>

How does it look like?

Input file

input

Output file

output

Requirements

pandas

sys

getopt