Showing 1 changed files with 0 additions and 61 deletions
-61
README.md
... ...
@@ -50,65 +50,4 @@ the code or want to contribute, please do not hesitate to do so. I'd really like
50 50
 As my spare time for coding is limited to some hours around midnight a week, so please have some patience with my answers.
51 51
 I am still amazed what you can accomplish within less than 500 lines of code in terms of making my admin part of life easier. :-)
52 52
 
53
-### Changelog
54 53
 
55
-    2017-08-03  0.0.1
56
-                Initial commit. First, ugly version
57
-
58
-    2017-08-04  0.1.2
59
-                Refactored code to improve readability, added options
60
-                --abortonerror
61
-                --exceldateformat
62
-                --silent
63
-                Added datatypes integer, currency
64
-                Prints version info on Usage or with --version
65
-
66
-    2017-08-10  0.1.3
67
-                - removed option --usetitles, added --noheader
68
-                - added datatype "formula"
69
-                - option --colsep now handles \t for tab correctly
70
-                - lots of bug fixes
71
-
72
-    2017-12-21 0.2
73
-                Added option --encoding
74
-
75
-    2018-06-20 0.3
76
-                Added better version of ParseFloat to allow scientific number notation
77
-
78
-    2018-06-21 0.3.1
79
-                Added -filemask option to allow bulk processing
80
-
81
-    2018-06-21 0.3.2
82
-                Bugfix that caused -outfile to be ignored in 0.3.1
83
-                new option for -fontsize and -fontname
84
-                new option for -headerlines
85
-
86
-
87
-### License
88
-
89
-This code is licensed under the 2-Clause BSD License:
90
-
91
-    Copyright 2017 Armin Hanisch. All rights reserved.
92
-
93
-    Redistribution and use in source and binary forms, with or without
94
-    modification, are permitted provided that the following conditions are
95
-    met:
96
-
97
-    Redistributions of source code must retain the above copyright notice,
98
-    this list of conditions and the following disclaimer.  Redistributions
99
-    in binary form must reproduce the above copyright notice, this list of
100
-    conditions and the following disclaimer in the documentation and/or
101
-    other materials provided with the distribution.
102
-
103
-    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
104
-    ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
105
-    BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
106
-    FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
107
-    IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
108
-    ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
109
-    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
110
-    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
111
-    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
112
-    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
113
-    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
114
-    IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.