Export to GitHub

php-excel - default

Source Commits


Commits

Author Date Commit Message
oliver.schwarz May 1, 2011 63 Finishing touches to the version 2.0 on php-excel before starting testing audit.
oliver.schwarz@gmail.com Apr 6, 2011 62 Main part of the generator: Creating sheets, rows and single cells.
oliver.schwarz@gmail.com Apr 6, 2011 61 Adding methods to sanitize the main strings: Workbook title and worksheet title.
oliver.schwarz@gmail.com Apr 6, 2011 60 Adding the framework for the new version 2.
oliver.schwarz@gmail.com Apr 6, 2011 59 Ignore
oliver.schwarz@gmail.com Apr 6, 2011 58 Adding version folder to start working on the next version.
oliver.schwarz@gmail.com Apr 6, 2011 57 Removing 2.0 - problem with repository.
oliver.schwarz@gmail.com Apr 6, 2011 56 dsadsa
oliver.schwarz@gmail.com Apr 5, 2011 55 Implementing private methods to clean up worksheet and workbook titles.
oliver.schwarz@gmail.com Apr 5, 2011 54 Start working on version 2 Since Office 2007 is in the wild for some time and 20
oliver.schwarz Apr 5, 2011 53 Deleting previous version 2
oliver.schwarz Apr 5, 2011 52 Deleting previous version 2
oliver.schwarz Apr 5, 2011 51 Adding folder for version 2
oliver.schwarz Sep 24, 2009 50 Writing about first performance analysis in version 1.2.
oliver.schwarz Sep 11, 2009 49 Edited wiki page through web user interface.
oliver.schwarz Sep 11, 2009 48 Edited wiki page through web user interface.
oliver.schwarz Sep 11, 2009 47 Edited wiki page through web user interface.
oliver.schwarz Sep 11, 2009 46 Edited wiki page through web user interface.
oliver.schwarz Sep 11, 2009 45 Edited wiki page through web user interface.
oliver.schwarz Sep 11, 2009 44 Edited wiki page through web user interface.
oliver.schwarz Sep 11, 2009 43 Deleting wiki page DesignGuidelines.
oliver.schwarz Sep 11, 2009 42 Edited wiki page through web user interface.
oliver.schwarz Sep 11, 2009 41 Created wiki page through web user interface.
oliver.schwarz Sep 11, 2009 40 Edited wiki page through web user interface.
oliver.schwarz Sep 11, 2009 39 Edited wiki page through web user interface.
oliver.schwarz Sep 11, 2009 38 Edited wiki page through web user interface.
oliver.schwarz Sep 11, 2009 37 Some features were already implemented in version 1.1
oliver.schwarz Sep 10, 2009 36 Security fix: The library now stops to throw out lines to the output when the de
oliver.schwarz Sep 10, 2009 35 Tagging version 1.1.
oliver.schwarz Sep 10, 2009 34 Added some lines about compatibility and structuring the file by version.
oliver.schwarz Sep 10, 2009 33 Starting the changelog.
oliver.schwarz Sep 10, 2009 32 Adding the new version 1.1 (and new testcases, single-file license and readme) t
oliver.schwarz Sep 10, 2009 31 Tagging old version 01.
oliver.schwarz Sep 10, 2009 30 Adding a default filename to generateXML-method to prevent an error when deliver
oliver.schwarz Sep 10, 2009 29 Removing license info from the class, putting a link to the MIT license instead.
oliver.schwarz Sep 10, 2009 28 Adding a line of documentation.
oliver.schwarz Sep 10, 2009 27 Adding a simple testcase (containing an example).
oliver.schwarz Sep 10, 2009 26 Adding a readme file with explanations, a tutorial and version info.
oliver.schwarz Sep 10, 2009 25 Added MIT license in a separate file.
oliver.schwarz Sep 10, 2009 24 Adding files in preparation for an intermediate version 1.1.
oliver.schwarz Sep 10, 2009 23 Removed the finished todo issues from the list. Added "public" keyword to method
oliver.schwarz Sep 10, 2009 22 Code clean-up: Corrected indentation, removing some unnecassary statements.
oliver.schwarz Sep 10, 2009 21 Adressing issue #10: Filename is now escaped using a whitelist filter in generat
oliver.schwarz Sep 10, 2009 20 Adding some small cosmetic corrections (object definitions, line indentation etc
oliver.schwarz Sep 10, 2009 19 Edited wiki page through web user interface.
oliver.schwarz Sep 10, 2009 18 Edited wiki page through web user interface.
oliver.schwarz Sep 10, 2009 17 New testcase for the new features.
oliver.schwarz Sep 10, 2009 16 Adding several issue solutions (as prototypes): * Issue 8: Numbers are now deliv
oliver.schwarz Sep 10, 2009 15 Adding parameters to constructor allowing the user to set the encoding himself.
oliver.schwarz Sep 10, 2009 14 Removing utf8 conversion from code. The class requires a UTF-8 input array by de
oliver.schwarz Sep 10, 2009 13 Creating a new branch for version 2.
oliver.schwarz Mar 1, 2009 12 Adding the new class to the trunk.
oliver.schwarz Mar 1, 2009 11 Added directory for testing.
oliver.schwarz Mar 8, 2007 10 Added MIT license, added test file, version is now version 1.0
oliver.schwarz Mar 8, 2007 9 More non-allowed characters in the setWorksheetTitle-method needed to be escaped
oliver.schwarz Mar 8, 2007 8 Edited wiki page through web user interface.
oliver.schwarz Mar 8, 2007 7 Edited wiki page through web user interface.
oliver.schwarz Mar 8, 2007 6 Small changes. Cleaned up unused variables and code.
oliver.schwarz Mar 8, 2007 5 Created wiki page through web user interface.
oliver.schwarz Mar 8, 2007 4 Created wiki page through web user interface.
oliver.schwarz Mar 8, 2007 3 Added Worksheet title support. Worksheet titles can now be set with setWorksheet
oliver.schwarz Mar 8, 2007 2 Initial file check in
Mar 8, 2007 1 Initial directory structure.