Commit Graph

  • e4b2e75f93 Qtxlsx改为动态库 master tianzhendong 2023-07-31 17:35:39 +0800
  • 7edd258f22 fix linux build bug tianzhendong 2023-05-21 09:02:40 +0800
  • 4c8b6feb9a modify:qt private module path tianzhendong 2023-05-20 22:41:59 +0800
  • e159dcaa62 modify:qt private module path tianzhendong 2023-05-20 22:39:13 +0800
  • bbc614e2f8 modify:qt private module path tianzhendong 2023-05-20 22:33:34 +0800
  • b384698cb8 add cmakelists.txt tianzhendong 2023-05-20 21:41:34 +0800
  • e7787c4f4f modify gitignore tianzhendong 2023-05-18 11:07:50 +0800
  • 40610a55cb Always define the macro XLSX_TEST under debug mode Debao Zhang 2020-03-19 13:25:22 +0800
  • 21919f0436 .pro: Add INSTALL target for examples Debao Zhang 2020-03-19 01:54:14 +0800
  • 534490e9b2 Make use of clang-format Debao Zhang 2020-03-19 01:33:41 +0800
  • d013edc9cf Add MIT LICENSE file Debao Zhang 2020-03-18 20:58:41 +0800
  • 29713af768 Resolve compile error for qt 5.6.0+ Debao Zhang 2020-03-18 20:49:12 +0800
  • ad90b6a2c2 Merge pull request #85 from mabrand/fix Debao Zhang 2015-04-13 15:38:32 +0800
  • 2152efc60f add missing include Mark Brand 2015-04-09 13:05:40 +0200
  • fe3fbb23eb Fix Issue #83: Make sure chartsheet appear on the proper location. Debao Zhang 2015-03-25 11:48:05 +0800
  • 47fda010ea Don't lost valid characters unsed in sheetName, such as space Debao Zhang 2015-03-22 00:46:11 +0800
  • 5507e67fdd Issue #19: Fix chart series when sheetname contians space. Debao Zhang 2015-03-20 12:17:55 +0800
  • 5f42d8e6eb Issue #77 : Fix one number format related bug. Thanks antipro Debao Zhang 2015-02-11 09:11:49 +0800
  • 2ec1adc135 xlsxwidget: Fix file path filter passed to QFileDialog Debao Zhang 2014-12-01 09:43:55 +0800
  • 7a55a7af05 Add workaround for Issue #60 Debao Zhang 2014-11-27 00:09:59 +0800
  • 9563a0463e Issue #64: Don't given count mismatch warning when the attribute doesn't exist. Debao Zhang 2014-11-18 09:35:21 +0800
  • 4d2db25073 Issue #64: Add workaround for duplicated shared string items. Debao Zhang 2014-11-16 10:47:28 +0800
  • eeb9683924 Fix issue #65 :Don't give warning when empty format exists in style table Debao Zhang 2014-11-15 23:21:07 +0800
  • 7937e1545d Update reference links in the README file. Debao Zhang 2014-11-14 14:51:09 +0800
  • d50b419f64 Fix compile error caused by b213f56ca0 Debao Zhang 2014-11-07 22:13:20 +0800
  • 9a205f1698 Fix crash when non-exist sheetName passed to renameSheet() Debao Zhang 2014-11-07 12:45:42 +0800
  • 1a44a04171 Refactoring worksheetoperations examples. Debao Zhang 2014-11-07 12:35:29 +0800
  • b213f56ca0 Fix Issue #61: sheet hidden/visible state works now. Debao Zhang 2014-11-07 12:33:57 +0800
  • fe22d56431 README: Add reference links for formula information Debao Zhang 2014-11-07 10:00:24 +0800
  • 9f7b6d4c45 Add a note for Document::saveAs() Debao Zhang 2014-11-07 09:59:25 +0800
  • 4b1aa2bb27 Don't use QMap::firstKey() and lastKey(), which introduced in Qt5.2 Debao Zhang 2014-10-30 22:52:01 +0800
  • 5c8f1da784 ValAx instead of CatAx should be used for scatter chart. Debao Zhang 2014-10-30 14:56:21 +0800
  • 9e33ff2c79 Fix Issue #59 :Multiply rows and columns can be passed to Chart::addSeries() now Debao Zhang 2014-10-30 14:50:01 +0800
  • c1aca6994e Improve Document::read() support for shared formula Debao Zhang 2014-10-28 15:56:45 +0800
  • 41e3dc1bf7 Document::read() works for shared formula now. Debao Zhang 2014-10-24 16:22:08 +0800
  • 9cd65bc3f5 Improve the formula example Debao Zhang 2014-10-23 13:21:49 +0800
  • 9838f6b904 Update documents Debao Zhang 2014-10-23 11:28:39 +0800
  • de5a0e52d2 Fix Issue #46: Add internal support for shared formulas Debao Zhang 2014-10-22 15:30:06 +0800
  • 4669640c27 Code refactoring: Introduce new class CellFormula Debao Zhang 2014-10-22 00:32:39 +0800
  • d9f627b9ca Update REAME.md file Debao Zhang 2014-10-20 21:20:14 +0800
  • a0d1c14348 Fix Issue #47: Crash caused by extLst Debao Zhang 2014-10-20 20:15:38 +0800
  • b9f3ca5371 validate dimension Paul Kolomiets 2014-06-14 17:01:22 +0400
  • 12e781eb4e Fix Issue #54 calendar Example crash Debao Zhang 2014-10-20 15:12:13 +0800
  • fc32234da8 Fix Issue #40 example worksheetoperations crash. Debao Zhang 2014-10-20 14:43:37 +0800
  • ce05cf8528 Fix Issue #49 Wrong parenthesis in method, Thanks Matthias Debao Zhang 2014-10-20 14:01:05 +0800
  • 16b3132da9 Issue #50, Add a dummy unittest for cmake to make Qt5.3.2 happy Debao Zhang 2014-10-20 13:50:04 +0800
  • e10976ab90 Fix Issue #36 Date Time / Daylight Saving Time Debao Zhang 2014-04-30 22:23:34 +0800
  • b74e49d097 Bugfix: properly parse fillpattern colors and implement optional boolean fields. eho 2014-03-19 11:36:08 +0100
  • 59e709821d WorksheetTest: Fix bug Debao Zhang 2014-03-19 22:21:05 +0800
  • 22dd1fc2ca Code cleanup Debao Zhang 2014-03-19 22:12:43 +0800
  • dba81002d1 Bugfix: return default row values not specified. eho 2014-03-19 11:34:37 +0100
  • 1eea854740 Bugfix: return default row height if row has no custom height. eho 2014-03-18 16:52:23 +0100
  • 76e0bd4e54 Make use of the new CellReference class Debao Zhang 2014-03-19 21:34:46 +0800
  • e037c24a69 Introduce new class CellReference Debao Zhang 2014-03-18 23:52:17 +0800
  • 6e6029e399 Fix some documentation error. Debao Zhang 2014-03-18 09:49:57 +0800
  • fb47c04081 Revert hello/main.cpp Debao Zhang 2014-03-18 09:39:24 +0800
  • 0860208575 Code refactoring: add new constructor CellRange(const char *) Debao Zhang 2014-03-18 00:30:54 +0800
  • 2301ab4b34 Fix examples compile error introduced by API change Debao Zhang 2014-03-17 23:55:55 +0800
  • 9ce8b92b4f Issue #32: Merge branch 'master' of github.com:EddoH/QtXlsxWriter into EddoH Debao Zhang 2014-03-17 23:51:53 +0800
  • cafef771a2 Fixed review comments: Removed deprecated members. Replaced string arguments by CellRange. Edwin van der Horst 2014-03-17 11:14:06 +0100
  • 7ee11a6c02 Fixed review comments. setRow/Column to WorksheetPrivate. Added deprecated methods warnings. Edwin van der Horst 2014-03-15 11:46:38 +0100
  • f841a9b119 Cleanup and added comments to new methods. eho 2014-03-14 11:22:15 +0100
  • bbf3ffd79d Fixed a bug where row formatting was not saved when row contained no filled cells. eho 2014-03-14 10:24:30 +0100
  • b19758e14f First version of improved setColumn and setRow API. eho 2014-03-12 16:52:14 +0100
  • 60f27c79a0 Make Format() constructed as fast as possible. Debao Zhang 2014-03-12 23:31:22 +0800
  • 1b554d4fea Code refactor, make use of benchmarks Debao Zhang 2014-03-12 15:38:21 +0800
  • 36c42eb39b Make write string slightly fast Debao Zhang 2014-03-10 16:36:17 +0800
  • 3c3269b30e Add assert for row==0 and col==0 Debao Zhang 2014-03-10 15:46:04 +0800
  • bd921dddf9 Refuse all the operations on row 0 or column 0 Debao Zhang 2014-03-06 17:28:59 +0800
  • 88b43033c3 Don't lost custom indexedColors when edit exist file Debao Zhang 2014-03-06 10:54:52 +0800
  • 770c104b2b Don't affect the column settings when set row Debao Zhang 2014-03-04 14:48:43 +0800
  • 2227d46386 Add new calendar example Debao Zhang 2014-03-04 14:48:02 +0800
  • a1e53218bb Don't create the default "Sheet1" worksheet Debao Zhang 2014-02-27 16:21:57 +0800
  • f1f3b5f931 Chartsheet works now Debao Zhang 2014-02-27 16:00:06 +0800
  • 34c645ed76 Introduce CreateFlag for all the ooxmlfile Debao Zhang 2014-02-27 14:07:38 +0800
  • 12129cebdc Introduce new class Chartsheet, first step Debao Zhang 2014-02-27 11:09:02 +0800
  • 272e0ca565 Class Refactoring Debao Zhang 2014-02-26 17:30:21 +0800
  • 840d96a889 Refactoring: Rename OOXmlFile to AbstractOOXmlFile Debao Zhang 2014-02-26 17:18:39 +0800
  • e76bed2ebc Eliminate some compile warnings Debao Zhang 2014-02-26 14:38:25 +0800
  • 72edef1a97 Fix potential crash when current sheet is not Worksheet Debao Zhang 2014-02-26 14:18:20 +0800
  • 71244645d0 API refactoring: write*() return boolean instead of integer Debao Zhang 2014-02-26 13:47:22 +0800
  • ca0df02acb Don't generate externalReferences tags if non externalLinks exists Debao Zhang 2014-02-26 13:16:38 +0800
  • aa885e4377 Don't lost externalLinks information when edit exists file Debao Zhang 2014-02-26 11:41:38 +0800
  • 14edb0f001 Make relationships as a property of OOXmlFile Debao Zhang 2014-02-26 10:49:28 +0800
  • 02e032152d Fix issue #27: Remove the broken XlsxSheetItemInfo Debao Zhang 2014-02-26 09:56:31 +0800
  • 964c3980a3 Change API to support AbstractSheet Debao Zhang 2014-02-25 15:31:16 +0800
  • e72853a33c Introduce new class AbstractSheet Debao Zhang 2014-02-25 11:46:55 +0800
  • 115d69aac5 Fix issue #24: remove invalid characters in worksheet names Debao Zhang 2014-02-18 11:11:23 +0800
  • 2876c6f167 Fix issue #25: eliminate [-Wmaybe-uninitialized] warnings reported by GCC Debao Zhang 2014-02-18 09:27:41 +0800
  • c8bc61ffe6 Update documention Debao Zhang 2014-01-20 11:07:00 +0800
  • a0624bb36a Merge branch 'master' into dev Debao Zhang 2014-01-20 10:50:11 +0800
  • 536f3926b2 Update documentation Debao Zhang 2014-01-20 10:37:26 +0800
  • 28f3262e86 Code refactoring: Add more basic chart support Debao Zhang 2014-01-19 21:51:57 +0800
  • 2f887f3fa8 Add basic support for Bar3D and Pie3D Debao Zhang 2014-01-19 17:52:01 +0800
  • 361802d795 Fix [-Wreorder] warning under clang Debao Zhang 2014-01-19 01:52:23 +0800
  • af0d7a1358 Code refactoring of Chart part Debao Zhang 2014-01-18 17:19:04 +0800
  • 727b8b609f Try add very basic barChart support. Debao Zhang 2014-01-18 15:19:46 +0800
  • 327fa0b9b3 Add very basic chart support Debao Zhang 2014-01-16 17:30:53 +0800
  • c2fc9e4aa1 Code refactoring: Clean up Debao Zhang 2014-01-16 15:18:33 +0800
  • 988e8ffc0e Add basic graphicFrame support Debao Zhang 2014-01-16 11:02:08 +0800