Skip to content

Latest commit

 

History

History
 
 

.moban.d

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

{%extends 'README.rst.jj2' %}

{%block description%} pyexcel-{{file_type}} is a tiny wrapper library to read, manipulate and write data in {{file_type}} format and it can read xlsx and xlsm fromat. You are likely to use it with pyexcel. {%endblock%}

{%block extras %} Known Issues =============

  • If a zero was typed in a DATE formatted field in xls, you will get "01/01/1900".
  • If a zero was typed in a TIME formatted field in xls, you will get "00:00:00".

{%endblock%}