Thomas Fussell
|
33399a5390
|
now we're getting somewhere! xlntpyarrow.xlsx2arrow returns an Arrow table that can be converted to a pandas DataFrame now
|
2017-07-15 10:39:36 -07:00 |
|
Thomas Fussell
|
5b95b3d463
|
begin implementing xlsx2arrow, fix msvc warnings, other stuff
|
2017-07-14 22:18:11 -07:00 |
|
Thomas Fussell
|
4367343e15
|
Merge branch 'dev' of github.com:tfussell/xlnt into dev
|
2017-07-13 18:40:36 -07:00 |
|
Thomas Fussell
|
1b7af5bccb
|
I forgot that the extension is called xlntpyarrow and not myextension
|
2017-07-13 18:40:27 -07:00 |
|
Thomas Fussell
|
c00a7a7798
|
put dll in the correct directory depending on system
|
2017-07-14 01:26:49 +00:00 |
|
Thomas Fussell
|
8e2486176e
|
remove unused code
|
2017-07-13 17:54:17 -07:00 |
|
Thomas Fussell
|
c00900e723
|
void can't return...
|
2017-07-13 17:51:34 -07:00 |
|
Thomas Fussell
|
e991bbad43
|
get rid of traverse and clear since they were causing problems
|
2017-07-13 17:34:30 -07:00 |
|
Thomas Fussell
|
e7af034e9e
|
try to get xlnt dll to load
|
2017-07-13 12:42:47 -07:00 |
|
Thomas Fussell
|
99add77d98
|
remove single-version-externally-managed since it's not working for some reason
|
2017-07-12 23:15:11 -07:00 |
|
Thomas Fussell
|
0f5a1f7f20
|
try to make the module compatible with python 2.7 too
|
2017-07-12 22:55:15 -07:00 |
|
Thomas Fussell
|
7c333ad923
|
replace backslashes with forward slashes in conda path
|
2017-07-12 00:31:12 -07:00 |
|
Thomas Fussell
|
0be7563f8b
|
ignore arrow warnings and foward declare arrow
|
2017-07-12 00:03:26 -07:00 |
|
Thomas Fussell
|
13cfbe914f
|
but it does depend on xlnt...
|
2017-07-11 22:14:13 -07:00 |
|
Thomas Fussell
|
e6b0545c26
|
remove deleted xlntarrow dependency from xlntpyarrow target and don't compile xlntarrow when ARROW=OFF
|
2017-07-11 21:30:43 -07:00 |
|
Thomas Fussell
|
5c033905fb
|
I see no good reason to make the arrow interface a separate lib. Let's just make it optionally compiled in the main target.
|
2017-07-11 20:55:08 -07:00 |
|