Greg Thornton
eaa2b9b8ea
Added XLS import support
2011-07-14 13:08:06 -05: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
Luca Beltrame
e75a00541d
Support for TSV-files. Unit-tested.
2010-10-19 10:45:54 +02:00
Kenneth Reitz
3b0e0c7991
Updates.
2010-10-10 10:01:51 -04:00
Kenneth Reitz
fb59035f8d
Added tablib.import_set() and tested accordingly.
2010-10-01 17:52:08 -04:00
Kenneth Reitz
187d12cffc
Format Auto-detection in place.
...
Test suite updated.
2010-10-01 17:52:08 -04:00
Kenneth Reitz
eaa4de7793
Auto-detectors operational.
2010-10-01 17:52:08 -04:00
Kenneth Reitz
d479c5735a
Hmmm....
2010-10-01 17:52:08 -04:00
Josh Ourisman
149bafa97b
added ability to append new column passing a callable as the value that will be applied to every row; w/ test
2010-10-01 16:17:04 -04:00
Kenneth Reitz
b5f0cf9d37
Tests elegant book imports.
2010-09-25 15:56:43 -04:00
Kenneth Reitz
7623bfe7b0
Updated tests for set imports.
2010-09-25 15:40:05 -04:00
Kenneth Reitz
dfa26a7d53
Typos.
2010-09-25 10:49:06 -04:00
Kenneth Reitz
4f035caf1b
Added dataset wipe.
2010-09-25 10:40:59 -04:00
Kenneth Reitz
a9c7a5067d
Added dataset wipe.
2010-09-25 06:22:40 -04:00
Kenneth Reitz
80cb42e8dd
Archaic imports in place!
2010-09-25 06:20:34 -04:00
Kenneth Reitz
4c0c879d65
Updated tests.
2010-09-25 05:53:19 -04:00
Kenneth Reitz
31e4c39762
Updated tests for reverted methods.
2010-09-20 21:34:01 -04:00
Kenneth Reitz
f94a236122
Changed export properties to methods.
2010-09-20 14:04:02 -04:00
Kenneth Reitz
04a16afa58
Chmox.
2010-09-20 09:14:20 -04:00
Kenneth Reitz
2c60ce9233
String decoding to avoid unicode collisions for XLS output.
2010-09-19 23:51:48 -04:00