James Patrick Robinson Jr
9e45b95d12
Removed import of openpyxl all together
...
It's not needed for any of these tests, but if it were we would
need to check for the python version to import the right one.
2013-08-28 11:40:37 -04:00
James Patrick Robinson Jr
7545f3726e
changed import to reflect vendorized openpyxl
2013-08-28 09:45:30 -04:00
Kenneth Reitz
9f38efe413
Merge pull request #68 from msabramo/python3
...
Improve Python 3 compatibility
2012-11-15 18:56:50 -08:00
Aaron Levin
e4c39524f7
another try at committing
2012-08-01 11:51:23 -04:00
Bruce Mitchener
7c0507bcce
Fix typos.
2012-06-08 14:10:43 +07:00
Marc Abramowitz
a3781e3c89
Changes for Python 3 compatibility, including vendorizing xlrd3
2012-05-15 07:19:15 -07:00
Kuba Janoszek
fa6f5b3af3
Databook.add_sheet test for not Dataset subclass added.
2012-03-13 00:21:32 +01:00
Kuba Janoszek
8e83734985
Databook.add_sheet accepts Dataset subclasses
2012-03-13 00:05:24 +01:00
Jan Brauer
14bd964fb1
Fix #50 - Catch YAML ScannerError
2012-01-29 17:18:30 +01:00
Alexander Artemenko
23ab6c4724
Render table in Markdown format on unicode(dataset). Closes #41 .
2011-10-16 11:00:06 +04:00
Kenneth Reitz
19ee1997b5
really need to use testing branches..
2011-08-15 22:49:14 -04:00
Kenneth Reitz
9778a96351
tuples didn't have index method in the past.
...
…why?
2011-08-15 22:43:12 -04:00
Mike Waldner
43c68b396f
Fixing magic number in test
2011-08-10 20:05:17 -04:00
Mike Waldner
d611233c80
Throwing InvalidDimensions when append_col with header is called but only headers exists
...
Related #33
2011-08-10 19:52:06 -04:00
Kenneth Reitz
bc75911500
Merge branch 'html_None_fix' of https://github.com/mawaldne/tablib into develop
2011-08-08 06:47:47 -04:00
Mike Waldner
a2b4e4c6ba
Replace None with empty string before creating td
2011-08-07 19:19:54 -04:00
Kenneth Reitz
fde6f11763
Merge branch 'feature/xls-import' of https://github.com/xdissent/tablib into develop
2011-07-14 15:16:01 -04:00
Greg Thornton
eaa2b9b8ea
Added XLS import support
2011-07-14 13:08:06 -05:00
Mark Walling
e74a8f41cc
Created get_col method with tests and tutorial.rst update
...
Useful when you have multiple columns with the same header
2011-07-11 17:26:21 -04:00
Kenneth Reitz
fefc7b4d1f
Merge branch 'unicodeheaders' of https://github.com/mwalling/tablib into develop
2011-07-04 05:48:37 -04:00
Mark Walling
6313437a27
Added support for detecting unicode column headers
...
Also added tests!
Fix for kennethreitz#26
2011-07-01 17:53:38 -04:00
Kenneth Reitz
23a5bb1443
yay
2011-06-30 23:00:26 -04:00
Kenneth Reitz
7a3d55daab
test cleanups
2011-06-21 22:58:14 -04:00
Kenneth Reitz
004b3da680
Major API Changes
...
Related #21
2011-06-21 19:42:56 -04:00
Kenneth Reitz
1dfcd42233
whitespace
2011-06-05 18:50:36 -04:00
Mark Rogers
420dd36ab8
Tidied up a bit, renamed _odf to _ods like it should have been. Bold not working yet :(
2011-05-14 16:13:17 -05:00
Kenneth Reitz
322283b8f9
Merge pull request #9 from f4nt/tablib
...
---
I thought I was going to wait til later to do this, but once I got started I couldnt stop myself I guess. I believe this fixes the row limit issues that I mentioned earlier by adding XLSX support. Ive tested it up to 75k rows. Believe the tests and setup.py should be squared away properly as well. Im a bit concerned about the pane freezing stuff, as thats completely undocumented in openpyxl. Truth be told, I barely even know what that functionality does. I hate spreadsheets :)
Anyways, let me know if you want any changes or anything made. Dont have to worry about hurting my feelings or anything!
Conflicts:
tablib/core25.py
test_tablib.py
2011-05-12 17:40:17 -04:00
Kenneth Reitz
3968729903
html out
2011-05-12 17:38:53 -04:00
Mark Rogers
5350355fbe
a bunch of cleanup from my previous commit
2011-05-12 15:59:57 -05:00
Kenneth Reitz
4ebd66cb09
Merge branch 'bug/csv-unicode' into develop
...
Closes #7
Conflicts:
test_tablib.py
2011-05-12 02:28:03 -04:00
Kenneth Reitz
bfcfa37ebb
Python3 support for csv module.
...
Refs #7
2011-05-12 02:24:14 -04:00
Kenneth Reitz
2e5577ee91
move csv-unicode branch to bug/csv-unicode
...
refs #7
2011-05-12 01:52:48 -04:00
Kenneth Reitz
84e4bd9a47
added csv/unicode test
2011-05-12 01:47:49 -04:00
Kenneth Reitz
c6565c9e29
2.5 compatible version checking
2011-03-23 02:22:10 -04:00
Kenneth Reitz
cddbd78a61
autoload 3 modules if using 3
2011-03-23 02:02:59 -04:00
Kenneth Reitz
b900236157
testing whitespace cleanup
2011-03-23 00:50:27 -04:00
Kenneth Reitz
dc14a16e04
added formatter tests
2011-03-23 00:49:32 -04:00
Igor Davydenko
2f331cee8e
Fix #24 , add support of spaces in CSV files.
2011-03-01 19:36:19 +02:00
Kenneth Reitz
ccb29c68fa
*shutter* making everyone else happy
2011-02-17 16:31:52 -05:00
Luca Beltrame
f81dc41a57
Support for sorting. Unit-tested.
2011-01-11 20:53:59 +01:00
Kenneth Reitz
6a7c685111
Import path fix.
2010-11-21 18:49:02 -05:00
Luca Beltrame
25da44f569
Support for HTML (export only). Unit-tested. Depends on the "markup.py"
...
package(http://markup.sourceforge.net ) which is included in packages/
Notice that the tests now depend on the presence of markup.py.
2010-11-21 13:00:56 +01:00
Kenneth Reitz
196edb82cc
trailing whitespae
2010-11-17 20:02:08 -05:00
Kenneth Reitz
a2990d5852
Change stacking method names.
2010-11-17 20:01:31 -05:00
Luca Beltrame
36bbe2726b
Remove unneded import
2010-11-15 09:00:57 +01:00
Luca Beltrame
1427be2901
Support for row and column stacking. Unit-tested.
2010-11-15 08:59:49 +01:00
Kenneth Reitz
b67762604f
Merge branch 'transpose' into develop
2010-11-11 10:59:08 -05:00
Luca Beltrame
657ab98d04
Support for Dataset transposition. Unit-tested.
2010-11-11 09:00:06 +01:00
Kenneth Reitz
cabab73045
Spacing fixes.
2010-11-09 08:42:51 -05:00
Kenneth Reitz
cf10703e31
Updated Callable Columns support.
2010-11-04 04:46:38 -04:00