Kenneth Reitz
ffbc3b122d
pass
2011-05-22 14:04:47 -04:00
Kenneth Reitz
239e33aaed
subtle format cleanups
2011-05-14 10:10:02 -04:00
Kenneth Reitz
bf4fdea187
fewer 2/3 mappings
2011-05-14 10:06:54 -04:00
Kenneth Reitz
03086052ed
Merge pull request #11 from cswegger/tablib
...
---
This change applies the same unicode CSV fix for TSV files, since all its done in the exporter is changing a few parameters of the CSV module.
All unit tests are still passing after this change.
2011-05-14 10:02:29 -04:00
Kenneth Reitz
6a70b84166
docs on xlsx
2011-05-13 01:34:24 -04:00
Kenneth Reitz
e5259cbb58
version bump
2011-05-13 01:13:25 -04:00
Kenneth Reitz
56ef89424f
fallback on from xml.etree.ElementTree for pypy
2011-05-13 01:05:11 -04:00
Kenneth Reitz
9399bf2fe7
no vendored tests
2011-05-13 00:32:02 -04:00
Kenneth Reitz
cbdaa09e83
success!!
2011-05-13 00:30:03 -04:00
Kenneth Reitz
f30e760657
less compat reliance
2011-05-13 00:29:51 -04:00
Kenneth Reitz
a60e2f132e
Finally! :sparkles:Python 3 ✨ port of openpyxl
2011-05-13 00:28:50 -04:00
Kenneth Reitz
2b36d71554
additional compat mappings
2011-05-12 19:16:37 -04:00
Kenneth Reitz
690de63b7c
ugh
2011-05-12 19:16:24 -04:00
Kenneth Reitz
6b6ef70c61
Convert openpyxl to relative imports
2011-05-12 17:54:00 -04: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
11bca4f7a2
callable check fix
2011-05-12 17:20:22 -04:00
Kenneth Reitz
2b5818598a
compat module
2011-05-12 17:17:10 -04:00
Mark Rogers
5350355fbe
a bunch of cleanup from my previous commit
2011-05-12 15:59:57 -05:00
Kenneth Reitz
85673b365c
no more core25
2011-05-12 16:26:22 -04:00
Mark Rogers
87ce64d4c8
Merely a proof of concept, soon to be tidied up
2011-05-12 15:12:46 -05:00
Kenneth Reitz
2c4337b317
Merge branch 'develop' into feature/compat
2011-05-12 02:31:16 -04:00
Kenneth Reitz
bfcfa37ebb
Python3 support for csv module.
...
Refs #7
2011-05-12 02:24:14 -04:00
Kenneth Reitz
5c50c1822e
integration of unicodecsv module
...
refs #7
2011-05-12 02:01:07 -04:00
Kenneth Reitz
999c49a4f0
initial compat module
2011-05-11 19:01:35 -04:00
Kenneth Reitz
a2b62669b7
seperator => separator
2011-05-11 17:58:31 -04:00
Kenneth Reitz
36876205e7
3.2 compatibility
2011-03-23 04:48:58 -04:00
Kenneth Reitz
6a3928759a
25 support
2011-03-23 04:13:49 -04:00
Kenneth Reitz
63348d883b
fix imports for 2x
2011-03-23 04:04:03 -04:00
Kenneth Reitz
5dce600969
xls import fix
2011-03-23 04:00:05 -04:00
Kenneth Reitz
0913b54f47
this isn't an apple
2011-03-23 03:56:07 -04:00
Kenneth Reitz
c5bbc74b96
import magic
2011-03-23 03:55:23 -04:00
Kenneth Reitz
c6565c9e29
2.5 compatible version checking
2011-03-23 02:22:10 -04:00
Kenneth Reitz
b8ed741a36
Same codebase for 2.x and 3.x!
2011-03-23 02:07:39 -04:00
Kenneth Reitz
cddbd78a61
autoload 3 modules if using 3
2011-03-23 02:02:59 -04:00
Kenneth Reitz
b113f49ce6
python3 AND python2 packages.
2011-03-23 01:59:19 -04:00
Kenneth Reitz
1429b9f8c4
xlwrt3 if python 3
2011-03-23 01:56:57 -04:00
Kenneth Reitz
42700f98a5
check python version
2011-03-23 01:47:10 -04:00
Kenneth Reitz
0e56db632a
xlwt3 package
2011-03-23 01:47:01 -04:00
Kenneth Reitz
b07512071e
cyaml fixes
2011-03-23 01:38:31 -04:00
Kenneth Reitz
e4881809d6
BytesIO in xls for 3.x
2011-03-23 01:38:20 -04:00
Kenneth Reitz
54ab300d2d
markup changes for 3.x
2011-03-23 01:37:33 -04:00
Kenneth Reitz
4368d64317
xlwrt cleanups
2011-03-23 01:37:14 -04:00
Kenneth Reitz
117344de14
2to3!
2011-03-23 01:13:16 -04:00
Kenneth Reitz
58bc1c7dcf
add xlwt 3.x
2011-03-23 01:13:03 -04:00
Kenneth Reitz
4c8b5e72e3
remove 2.x xlwt
2011-03-23 01:12:48 -04:00
Kenneth Reitz
2d2ac9b708
col not key
2011-03-23 00:49:25 -04:00
Kenneth Reitz
65c73dfc42
do some internal validation for adding formatters
2011-03-23 00:38:45 -04:00
Kenneth Reitz
3803a7a21b
formatter execution in place upon export
2011-03-23 00:32:56 -04:00
Kenneth Reitz
8b5b29fc90
added Dataset.add_formatter
2011-03-23 00:20:39 -04:00
Kenneth Reitz
e8ba765426
tablib.helpers is not longer needed 🍰
2011-03-23 00:03:33 -04:00