-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReleaseNotes.html
284 lines (266 loc) · 11.7 KB
/
ReleaseNotes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<html>
<head>
<title>
Release history of CAWT
</title>
</head>
<body>
<h1>Release history of CAWT</h1>
<table border="1" cellspacing="2">
<tr bgcolor="#CCCCCC">
<th>Date</th>
<th>Tool</th>
<th>Version</th>
<th>Release information</th>
</tr>
<tr>
<td class="nowrap">2015/11/10</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">2.1.2</td>
<td>Enhanced functionality and bug fixes.
<ul>
<li>Extended support for Excel page setup.</li>
<li>Changed all Office procedures with size parameters to accept
inches, centimeters or points.</li>
<li>CawtExcel:
Corrected SetWorksheetFitToPages to accept zero as values for
wide and tall parameters. Zero indicates automatic determination
of number of pages.</li>
<li>New procedures in CawtCore:
SetPrinterCommunication,
ValueToPoints, PointsToCentiMeters, PointsToInches.</li>
<li>New procedures in CawtExcel:
SetWorksheetPrintOptions, SetWorksheetPaperSize,
SetWorksheetMargins, SetWorksheetFooter, SetWorksheetHeader.</li>
</ul>
</tr>
<tr>
<td class="nowrap">2015/10/31</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">2.1.1</td>
<td>Support for Office 2016.
<ul>
<li>Added support for Office 2016. Updated enumerations.</li>
<li>Updated Tablelist to version 5.14.</li>
</ul>
</td>
</tr>
<tr>
<td class="nowrap">2015/09/01</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">2.1.0</td>
<td>Enhanced functionality and bug fixes.
<ul>
<li>Updated Twapi to version 4.2.a1, because of new Twapi functionality "tclcast bstr"
and bug fix to retrieve document properties.
Added support to generate a CAWT starpack.</li>
<li>CawtExcel: Take hidden flag of both Excel and tablelist columns into account in
procedures TablelistToWorksheet and WorksheetToTablelist.</li>
Fixed SetCellValue and SetRangeFormat using new TclString procedure.
<li>CawtPpt: Extended functionality of ExportPptFile and ExportSlides to take into
account slide comments regarding export file names.</li>
<li>New procedures in in CawtCore: TclString.</li>
<li>New procedures in CawtExcel: DeleteColumn, DeleteRow, HideColumn, GetHiddenColumns,
GetDecimalSeparator (replacing GetFloatSeparator), GetThousandsSeparator,
GetNumberFormat (replacing GetLangNumberFormat).</li>
<li>New procedures in in CawtPpt: AddTextbox, AddTextboxText, SetTextboxFontSize,
GetNumComments, GetComments, GetCommentKeyValue.</li>
<li>New procedures in CawtWord: AddContentControl, SetContentControlDropdown, SetContentControlText,
GetDocumentProperties, GetDocumentProperty, SetDocumentProperty.</li>
</ul>
</td>
</tr>
<tr>
<td class="nowrap">2015/03/31</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">2.0.0</td>
<td>Ensembled all CAWT namespaces.
<ul>
<li>Ensembled all CAWT namespaces, ex. write "Excel Open" instead of "::Excel::Open".</li>
<li>All Office enumerations are stored in module specific hash tables, ex. write "xlThick" instead of "$::Excel::xlThick".</li>
<li>Updated and extended user manual (automatic insertion of CAWT procedure reference list).</li>
<li>Added new application EnumExplorer.tcl to display Office enumerations.</li>
<li>New module excelHtml.tcl for HTML export of Excel tables.</li>
<li>Updated Twapi to version 4.1.27.</li>
<li>Updated Img (32 and 64 bit) to version 1.4.3.</li>
<li>Updated Tablelist to version 5.13.</li>
<li>CawtExcel: New implementation of InsertImage based on Shapes.AddPicture instead of Pictures.Insert.</li>
<li>CawtWord: Extended procedure UpdateFields to additionally update TablesOfContents and TablesOfFigures of a document.</li>
<li>New procedures in CawtCore:
GetApplicationVersion, IsApplicationId,
PushComObjects, PopComObjects,
PrintNumComObjects, CheckComObjects,
GetComObjects, GetNumComObjects,
Replaced procedure IsValidId with IsComObject</li>
<li>New procedures in CawtExcel:
GetRangeAsIndex, GetRangeAsString, GetRangeTextColor.</li>
<li>New procedures in CawtWord:
ScaleImage, SetInternalHyperlink, InsertFile, DiffWordFile</li>
</ul>
</td>
</tr>
<tr>
<td class="nowrap">2014/12/14</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">1.2.0</td>
<td>New CawtWord procedures.
<ul>
<li>Compatibility issue: Incompatible changes in module CawtWord.
Removed parameter docId from all procedures, which had both docId and rangeId parameters:
SetRangeStartIndex, SetRangeEndIndex, ExtendRange, AddText, SetHyperlink, AddTable.</li>
<li>CawtExcel: Added optional startRow parameter to TablelistToWorksheet.</li>
<li>Extended test suite for changed and new procedures.</li>
<li>New procedures in CawtWord:
GetDocumentId, SetRangeFontUnderline, CreateRangeAfter,
InsertCaption, ConfigureCaption,
AddBookmark, GetBookmarkName, SetLinkToBookmark,
GetListGalleryId, GetListTemplateId, InsertList</li>
</ul>
</td>
</tr>
<tr>
<td class="nowrap">2014/08/30</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">1.1.0</td>
<td>New CawtOutlook package.
<ul>
<li>Compatibility issue: Incompatible changes in module CawtWord.
Unified signatures of AddText, AppendText and AddParagraph, AppendParagraph.
Changed handling of text ranges.</li>
<li>New module CawtOutlook to control Microsoft Outlook applications.
Currently only functionality for creating and sending mails is implemented.</li>
<li>Extended test suite for changed and new procedures.</li>
<li>New procedures in CawtExcel:
FreezePanes, ScreenUpdate</li>
<li>New procedures in CawtWord:
SelectRange, GetRangeInformation, CreateRange, SetRangeFontName, SetRangeStyle, SetRangeFontSize,
InsertText, AddText, GetNumCharacters,
AddPageBreak, ToggleSpellCheck</li>
</ul>
</td>
</tr>
<tr>
<td class="nowrap">2014/06/14</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">1.0.7</td>
<td>New Excel and PowerPoint utility procedures.
<ul>
<li>Updated Twapi version to official 4.0.61.</li>
<li>CawtExcel: Added support for reading and writing CSV files with multi-line cells.</li>
<li>CawtPpt: Extended CopySlide to copy slides between presentations.
Extended AddPres with optional parameter for template file.
Extended AddSlide to supply a custom layout object as type parameter.</li>
<li>Extended test suite for changed and new procedures.</li>
<li>New procedures in CawtCore: ColorToRgb</li>
<li>New procedures in CawtExcel: UseImgTransparency, WorksheetToImg, ImgToWorksheet,
SetRowHeight, SetRowsHeight, GetRangeFillColor, SetHyperlinkToFile, SetHyperlinkToCell, SetLinkToCell, SetRangeTooltip</li>
<li>New procedures in CawtPpt: MoveSlide,
GetTemplateExtString, GetNumCustomLayouts, GetCustomLayoutName, GetCustomLayoutId</li>
</ul>
</td>
</tr>
<tr>
<td class="nowrap">2014/04/21</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">1.0.6</td>
<td>New Excel utility procedures.
<ul>
<li>Improved and extended test suite.</li>
<li>Updated Twapi version to 4.0b53 to fix a bug with sparse matrices as well as core dumps with Word 2013.</li>
<li>Improved and corrected handling of sparse matrices in Excel.</li>
<li>Bug fix in excelCsv module.</li>
<li>Possible incompatibility in GetRowValues and GetColumnValues: Changed startRow resp. startCol to default value 0 instead of 1.</li>
<li>New procedures in CawtExcel: GetWorksheetAsMatrix, GetMaxRows, GetMaxColumns, GetFirstUsedRow, GetLastUsedRow, GetFirstUsedColumn, GetLastUsedColumn.</li>
<li>Updated user and reference manual.</li>
</ul>
</td>
</tr>
<tr>
<td class="nowrap">2014/01/26</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">1.0.5</td>
<td>New Excel utility procedures.
<ul>
<li>New procedures in CawtExcel: SetCommentDisplayMode, SetRangeComment,
SetRangeMergeCells, SetRangeFontSubscript, SetRangeFontSuperscript, GetRangeCharacters.</li>
<li>Updated user and reference manual.</li>
</ul>
</td>
</tr>
<tr>
<td class="nowrap">2013/11/23</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">1.0.4</td>
<td>Support for Office 2013 and 64-bit Office versions.
<ul>
<li>Added support for Office 2013.</li>
<li>Added support for 64-bit Office.</li>
<li>Improved test suite.</li>
<li>Updated Img extension to version 1.4.2 (32-bit and 64-bit).</li>
<li>Updated Tablelist to version 5.10.</li>
<li>New procedures in CawtWord: SaveAsPdf, UpdateFields, CropImage.</li>
<li>New procedures in CawtExcel: CopyWorksheetBefore, CopyWorksheetAfter,
GetWorksheetIndexByName, IsWorksheetProtected, IsWorksheetVisible,
SetWorksheetTabColor, UnhideWorksheet, DiffExcelFiles.</li>
<li>Updated user and reference manual.</li>
</ul>
</td>
</tr>
<tr>
<td class="nowrap">2013/08/30</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">1.0.3</td>
<td>New Excel utility procedures.
<ul>
<li>New CawtExcel procedures: ExcelFileToMediaWikiFile, ExcelFileToWikitFile,
ExcelFileToRawImageFile, RawImageFileToExcelFile,
ExcelFileToMatlabFile, MatlabFileToExcelFile,
GetTablelistValues, SetTablelistValues.</li>
<li>Updated user and reference manual.</li>
</ul>
</td>
</tr>
<tr>
<td class="nowrap">2013/07/28</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">1.0.2</td>
<td>New module CawtOcr.
<ul>
<li>Added new module CawtOcr for automation of Office Document Imaging.</li>
<li>Update of Twapi version to 4.0b22.</li>
<li>Update of Img version to 1.4.1.</li>
<li>New procedures: Excel::SetRangeBorder, Cawt::Clipboard2Img, Cawt::Img2Clipboard.</li>
<li>Updated user and reference manual.</li>
</ul>
</td>
</tr>
<tr>
<td class="nowrap">2013/04/28</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">1.0.1</td>
<td>Added CAWT starkits.
<ul>
<li>Update of Twapi version to 4.0a16 (binary starkit compatible version).</li>
<li>Added support to create a CAWT Starkit.</li>
<li>Extended Excel chart generation.</li>
<li>Updated user and reference manual.</li>
</ul>
</td>
</tr>
<tr>
<td class="nowrap">2012/12/23</td>
<td class="nowrap">CAWT</td>
<td class="nowrap">1.0.0</td>
<td>Extended functionality and renaming from TcomOffice to CAWT.
<ul>
<li>Replaced Tcom with Twapi for COM access.</li>
<li>Added support for PowerPoint, Internet Explorer, Google Earth and Matlab.</li>
<li>Added user and reference manual.</li>
<li>Unification of procedure names.</li>
<li>Supports Microsoft Office versions 2003, 2007, 2010.</li>
</ul>
</td>
</tr>
</table>
</body>
</html>