Timo Furrer
|
dc24fda415
|
Merge pull request #333 from hudgeon/master
Updated xlsx format to remove reference to openpyxl's deprecated get_active_worksheet
|
2019-03-02 13:03:30 +01:00 |
|
Timo Furrer
|
3ba8d529fc
|
Merge pull request #348 from mloesch/jira
Add Jira table export
|
2019-03-02 12:16:00 +01:00 |
|
Timo Furrer
|
a8bdb4b28f
|
Merge pull request #338 from lepuchi/hotfix/csv-new-line
Handle case where there is an empty line in CSV
|
2019-03-02 12:12:30 +01:00 |
|
Timo Furrer
|
1aaf235751
|
Merge pull request #344 from jdufresne/tox-pandas
Include pandas dependency when testing with tox
|
2019-03-02 12:04:35 +01:00 |
|
Parth Shandilya
|
36ec60d5dd
|
Merge pull request #343 from jdufresne/od
Remove vendored ordereddict package
|
2019-03-02 00:08:40 +05:30 |
|
Parth Shandilya
|
babcbfd949
|
Merge pull request #339 from thombashi/replace_deprecated_method
Replace a deprecated method call
|
2019-03-02 00:07:39 +05:30 |
|
Parth Shandilya
|
29b2c08da0
|
Merge pull request #346 from jdufresne/compat
Remove unused compat entries
|
2019-03-01 23:59:27 +05:30 |
|
Parth Shandilya
|
862a681263
|
Merge pull request #345 from jdufresne/cache
Enable pip cache in Travis CI
|
2019-03-01 23:58:22 +05:30 |
|
Mathias Loesch
|
102073c426
|
Add Jira table export
|
2019-01-23 22:34:45 +01:00 |
|
Jon Dufresne
|
499ce52304
|
Remove unused compat entries
Organize both the Python2 & Python3 sections in the same order so they
are easier to compare.
Removed:
- basestring
- ifilter
- bytes
|
2019-01-01 10:40:29 -08:00 |
|
Jon Dufresne
|
c650b67e06
|
Enable pip cache in Travis CI
Reduce load on PyPI servers and slightly speed up builds.
For more information, see:
https://docs.travis-ci.com/user/caching/#pip-cache
|
2019-01-01 10:32:08 -08:00 |
|
Jon Dufresne
|
3e4d6fb5aa
|
Include pandas dependency when testing with tox
Allows all tests to pass.
As pandas is defined as an 'extra', use tox's 'extras' feature. This
requires tox 2.4+, so document that as well.
https://tox.readthedocs.io/en/latest/config.html#conf-extras
|
2019-01-01 10:28:29 -08:00 |
|
Jon Dufresne
|
dd2ba714d3
|
Remove vendored ordereddict package
Now that Python 2.6 support has been dropped, can remove the vendored
ordereddict package. Use the stdlib collections.OrderedDict instead.
|
2019-01-01 10:02:13 -08:00 |
|
Tsuyoshi Hombashi
|
a28a057559
|
Replace a deprecated method call
Workbook.remove_sheet method deprecated since openpyxl 2.4.0
|
2018-10-06 19:19:09 +09:00 |
|
lepuchi
|
d38549ef1e
|
only add row if it exists
|
2018-10-02 23:26:19 +05:30 |
|
kennethreitz
|
5a359ba4de
|
Update README.rst
|
2018-09-17 08:14:12 -04:00 |
|
kennethreitz
|
359007444c
|
Update README.rst
|
2018-09-17 08:13:48 -04:00 |
|
Maciej "RooTer" Urbański
|
4f8949417e
|
ujson presence no longer breaks tablib (resolves #297) (#311)
|
2018-09-12 16:15:20 -03:00 |
|
Bruno Soares
|
3d5943a8a4
|
Fix: Circular reference detected error (#332)
* Rename function name
* Add uuid handler on json dumps
* Add myself to authors
|
2018-09-12 15:49:46 -03:00 |
|
Norman Hooper
|
38486231cc
|
reStructuredText (#336)
* median for Python 2
* More compat
* Support reStructuredText
* Tests
|
2018-09-12 15:27:10 -03:00 |
|
Claude Paroz
|
75f1bafd69
|
Removed Python 3.3 support (#310)
|
2018-09-12 15:24:37 -03:00 |
|
Iuri de Silvio
|
4749760e6f
|
Typo: OSD -> ODS
Fix #330
|
2018-09-12 15:22:06 -03:00 |
|
Gregory Bataille
|
ac3cf67620
|
fix(): remove openpyxl warning by properly accessing cells (#296)
|
2018-09-12 08:34:55 -03:00 |
|
DougHudgeon
|
f812c29275
|
Add instructions for handling csv line endings in Windows in Python 3
|
2018-06-26 10:33:21 +10:00 |
|
DougHudgeon
|
4c5d0b1a45
|
Instructions for opening Excel workbook and reading the first sheet
|
2018-06-25 14:25:50 +10:00 |
|
DougHudgeon
|
61063e2b09
|
Updated xlsx format to use openpyxl's .active property
|
2018-06-25 14:17:34 +10:00 |
|
kennethreitz
|
4c300e65a5
|
update install instructions
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2017-09-01 15:42:51 -04:00 |
|
kennethreitz
|
edbb16ec97
|
next version
v0.12.1
|
2017-09-01 15:37:00 -04:00 |
|
kennethreitz
|
dec5cea722
|
Merge pull request #307 from audiolion/make-pandas-optional
Make pandas optional
|
2017-09-01 13:49:44 -04:00 |
|
Ryan Castner
|
38183938dc
|
Change how travis installs to get all test dependencies
|
2017-09-01 13:33:28 -04:00 |
|
Ryan Castner
|
7f1db4023f
|
Raise NotImplementedError if pandas is not installed
|
2017-09-01 13:21:21 -04:00 |
|
Ryan Castner
|
b09fface1b
|
Make pandas an optional install
|
2017-09-01 13:20:54 -04:00 |
|
kennethreitz
|
69edb9def3
|
Update index.rst
|
2017-08-28 01:14:36 -04:00 |
|
kennethreitz
|
ec54918f4a
|
Update tutorial.rst
|
2017-08-28 01:06:43 -04:00 |
|
kennethreitz
|
ab6633549f
|
Update index.rst
|
2017-08-28 01:04:16 -04:00 |
|
kennethreitz
|
56005d8022
|
Update README.rst
|
2017-08-28 01:02:49 -04:00 |
|
kennethreitz
|
36fa7ef097
|
update docs
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2017-08-27 03:56:14 -04:00 |
|
kennethreitz
|
bb0abc863e
|
bunk requirements file
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
v0.12.0
|
2017-08-27 03:49:29 -04:00 |
|
kennethreitz
|
58f6eefe01
|
Merge branch 'master' of github.com:kennethreitz/tablib
|
2017-08-27 03:48:10 -04:00 |
|
kennethreitz
|
e4726cb85c
|
update docs
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2017-08-27 03:48:01 -04:00 |
|
kennethreitz
|
412e690289
|
Update README.rst
|
2017-08-27 03:42:15 -04:00 |
|
kennethreitz
|
44e797d70e
|
Update README.rst
|
2017-08-27 03:41:53 -04:00 |
|
kennethreitz
|
34c14aca18
|
Update README.rst
|
2017-08-27 03:41:26 -04:00 |
|
kennethreitz
|
7c318adde4
|
Update README.rst
|
2017-08-27 03:41:01 -04:00 |
|
kennethreitz
|
5dd74c0104
|
drop 2.6
|
2017-08-27 03:29:44 -04:00 |
|
kennethreitz
|
a50ff92ff2
|
only require pandas if python isn't 2.6
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2017-08-27 03:26:21 -04:00 |
|
kennethreitz
|
383d4b9c4e
|
Merge pull request #301 from jasonamyers/feature/dataframes
Adding initial DataFrames Support
|
2017-08-27 03:22:42 -04:00 |
|
Jason Myers
|
00e2ffa2ef
|
Adding initial DataFrames Support
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
2017-08-26 20:43:35 -05:00 |
|
kennethreitz
|
a3cd2c9cff
|
history
v0.11.5
|
2017-06-13 12:31:42 -04:00 |
|
kennethreitz
|
d89d243a30
|
v0.11.5
|
2017-06-13 12:30:27 -04:00 |
|