Dmitry Litvinov
|
fe6ace0841
write_test.go: repaired composite literal
|
6 年之前 |
Dmitry Litvinov
|
bd6208ef88
added handling of 'database/sql' module NULL datatypes
|
6 年之前 |
Geoffrey J. Teale
|
0fdea326a7
Make String() return just string, and use FormattedValue when an error is required.
|
7 年之前 |
GaoXiang
|
afb0e7ea86
1. make WriteSlice and WriteStruct write value with builtin format to general format
|
8 年之前 |
santsai
|
3a9dfcd787
fix pointer to slice check panic on WriteSlice
|
8 年之前 |
Shawn Milochik
|
741c14c929
test fixes for issue 191
|
8 年之前 |
ivnivnch
|
7236ba74e4
check Stringer first
|
9 年之前 |
ivnivnch
|
53181919fb
fmt.Stringer interface support in WriteSlice & WriteStruct
|
9 年之前 |
Geoffrey J. Teale
|
230b6667ba
Merge pull request #171 from klniu/master
|
9 年之前 |
Geoffrey J. Teale
|
ade07d4004
Make AddSheet return error when trying to use a duplicate name. Fixes #148.
|
9 年之前 |
Hugh Gao
|
7caacb81ce
WriteSlice supports write []interface{}
|
9 年之前 |
Eric
|
651c094057
added int64(), setint64(), and (*Row)WriteSlice() functions
|
9 年之前 |
Eric
|
27896558bf
added functionality for writing a struct to a file, added tests
|
9 年之前 |