Thomas Fussell
|
e90c86128d
|
Merge branch 'master' of https://github.com/tfussell/xlnt
|
2015-10-26 01:56:44 -04:00 |
|
Thomas Fussell
|
102c41137d
|
fix linux build
|
2015-10-26 01:56:17 -04:00 |
|
Thomas Fussell
|
e296566957
|
fix cmake build on osx
|
2015-10-26 00:52:53 -04:00 |
|
Thomas Fussell
|
02e2dde4c7
|
fix minor linux build issues
|
2015-10-26 00:44:55 -04:00 |
|
Thomas Fussell
|
0e1358a502
|
Merge branch 'master' of github.com:tfussell/xlnt
|
2015-10-26 00:26:54 -04:00 |
|
Thomas Fussell
|
c07b97f3e8
|
improve printing cells to stream and round tripping
|
2015-10-26 00:26:48 -04:00 |
|
Thomas Fussell
|
7b557f9f06
|
no note
|
2015-10-23 14:44:27 -04:00 |
|
Thomas Fussell
|
2fce5ae046
|
Merge branch 'master' of github.com:tfussell/xlnt
|
2015-10-23 14:42:42 -04:00 |
|
Thomas Fussell
|
c802a1f591
|
finished minimal styles implementation
|
2015-10-23 14:42:36 -04:00 |
|
Thomas Fussell
|
eaded6c58e
|
remove warning
|
2015-10-21 00:18:59 -04:00 |
|
Thomas Fussell
|
21b3d366d6
|
change some things
|
2015-10-20 23:30:10 -04:00 |
|
Thomas Fussell
|
cbab7a36cb
|
clean up styles
|
2015-10-20 13:53:47 -04:00 |
|
Thomas Fussell
|
c068255de4
|
Merge branch 'master' of github.com:tfussell/xlnt
|
2015-10-19 00:03:59 -04:00 |
|
Thomas Fussell
|
3b56af6b8e
|
still working on styles, so close
|
2015-10-19 00:03:52 -04:00 |
|
Thomas Fussell
|
1f4b8dc01c
|
Update readme
|
2015-10-18 15:51:25 -04:00 |
|
Thomas Fussell
|
2f07e0ae62
|
continue implementing styles
|
2015-10-18 15:30:46 -04:00 |
|
Thomas Fussell
|
d1ea08fd13
|
minor linux fixes
|
2015-10-16 19:46:21 -04:00 |
|
Thomas Fussell
|
d08071a745
|
fix test failures on windows
|
2015-10-16 19:05:21 -04:00 |
|
Thomas Fussell
|
a63984969e
|
improve date handling and printing
|
2015-10-16 18:35:11 -04:00 |
|
Thomas Fussell
|
e3bb0be98e
|
work on writer
|
2015-10-14 18:05:13 -04:00 |
|
Thomas Fussell
|
44ebfd96a2
|
update paths in build scripts
|
2015-10-14 13:29:21 -04:00 |
|
Thomas Fussell
|
c1b7d7d98c
|
continue improving osx cmake build
|
2015-10-14 13:16:25 -04:00 |
|
Thomas Fussell
|
89b1aca602
|
add wrapper scripts for building, switch from premake to genie
|
2015-10-14 12:21:18 -04:00 |
|
Thomas Fussell
|
723ed7baaa
|
improve build system. ironically, this broke the build for now
|
2015-10-14 02:27:58 -04:00 |
|
Thomas Fussell
|
6dc2bcab91
|
not sure what this does
|
2015-10-14 00:41:24 -04:00 |
|
Thomas Fussell
|
4d1e5024b1
|
organize and update samples
|
2015-10-14 00:41:04 -04:00 |
|
Thomas Fussell
|
6b3781d03b
|
begin refactoring writing code
|
2015-10-14 00:03:48 -04:00 |
|
Thomas Fussell
|
7316e2184c
|
replace pugiconfig.hpp with local header, fix some constness, dry up code
|
2015-10-13 16:35:22 -04:00 |
|
Thomas Fussell
|
06fcc6f3d0
|
Merge branch 'master' of github.com:tfussell/xlnt
|
2015-10-13 14:19:53 -04:00 |
|
Thomas Fussell
|
c7c5eec2ab
|
add more functionality for printing cells
|
2015-10-13 14:19:46 -04:00 |
|
Thomas Fussell
|
a32e7186db
|
Merge pull request #14 from MoffD/master
Premake has moved to github
|
2015-10-13 13:58:36 -04:00 |
|
Thomas Fussell
|
301e81d698
|
integrate value into cell, continue synchronizing with openpyxl 2.4
|
2015-10-13 13:56:07 -04:00 |
|
MoffD
|
0f5a25af63
|
Premake moved to github
|
2015-10-12 17:41:20 -04:00 |
|
MoffD
|
f0743a6e91
|
Premake moved to github
|
2015-10-12 17:30:00 -04:00 |
|
Thomas Fussell
|
77d6bbb41b
|
fix precision on time to number, fix type guessing, fix long long on osx
|
2015-10-06 12:31:49 -04:00 |
|
Thomas Fussell
|
4001a47ec0
|
fix relative paths in relationships on round-trips. I really need to clean up relationship code
|
2015-10-06 10:32:52 -04:00 |
|
Thomas Fussell
|
69032289ac
|
copy and paste fix from writer::write_workbook
|
2015-10-06 01:03:38 -04:00 |
|
Thomas Fussell
|
81a242dc71
|
Merge branch 'master' of github.com:tfussell/xlnt
|
2015-10-02 10:03:00 -04:00 |
|
Thomas Fussell
|
ffedc2cb33
|
literals should be long doubles to make float comparison exact
|
2015-10-02 10:02:54 -04:00 |
|
Thomas Fussell
|
effe0e9340
|
fix long longs on linux
|
2015-10-02 01:57:39 -04:00 |
|
Thomas Fussell
|
8dc7342137
|
should fix issue #9
|
2015-10-01 23:22:46 -04:00 |
|
Thomas Fussell
|
c03f7d28e4
|
begin synchronizing tests with openpyxl 2.4 branch, fix type guessing logic
|
2015-10-01 23:09:25 -04:00 |
|
Thomas Fussell
|
6d39ac1d31
|
skip styles tests with less noise
|
2015-10-01 18:39:15 -04:00 |
|
Thomas Fussell
|
7193f2f0b6
|
ignore autogenerated file
|
2015-10-01 18:38:14 -04:00 |
|
Thomas Fussell
|
f25945172e
|
no need to have cxxtest autogenerated file in source control
|
2015-10-01 18:36:18 -04:00 |
|
Thomas Fussell
|
f7a3c9a58c
|
Merge branch 'master' of https://github.com/tfussell/xlnt
|
2015-10-01 18:20:37 -04:00 |
|
Thomas Fussell
|
8f669c11db
|
update copyright, add overloads for all int sizes, fix line ending in zip_file test
|
2015-10-01 18:14:42 -04:00 |
|
Thomas Fussell
|
d05347ebf9
|
Fix write example, was using outdated code
|
2015-10-01 12:30:48 -04:00 |
|
Thomas Fussell
|
5e6ae7ea40
|
xlsx writers might not add a spans attr for worksheet rows, use worksheet dimensions in this case. also correct some formula reading logic
|
2015-09-29 09:16:37 -04:00 |
|
Thomas Fussell
|
4c3e07bd96
|
miniz archive type is forward declared so move include into zip_file.cpp where it's needed
|
2015-09-29 00:38:00 -04:00 |
|