|
1 |
| -0.9.10 (26.10.2021) |
2 |
| -=============== |
3 |
| -* update for R4.2 |
4 |
| - |
5 |
| -0.9.9 (15.03.2021) |
6 |
| -=============== |
7 |
| -* bump version for rebuilding package (tested with R version 4.0.3) |
8 |
| - |
9 |
| -0.9.8-1 (23.05.2018) |
10 |
| -=============== |
11 |
| -* Fix 'xl.read.file' - it reads hidden sheets incorrectly. Thanks for reporting to Katie McCarron. |
12 |
| -* Add functions 'xl.sheet.show'/'xl.sheet.hide'/'xl.sheet.visible' to manage sheets visibility (very hidden sheet is not supported) |
13 |
| -* Add argument 'write.res.password' for xl.workbook.open/xl.workbook.save/xl.read.file/xl.save.file for reading/writing Excel files with second password (issue #11) |
14 |
| -* Add new function: xl.sheet.name - for getting/setting active sheet name |
15 |
| -* Add new function: xl.sheet.duplicate (issue #14) |
16 |
| -* Now in R_Connection_Examples.xlsm we use default version of R, not 32-bit version (issue #13) |
17 |
| - |
18 |
| -0.9.7 (30.04.2017) |
19 |
| -=============== |
20 |
| -* Add option to get full path to workbooks (https://github.com/gdemin/excel.link/issues/7) |
21 |
| -* Now xl.workbook.open doesn't try to open already open workbook (https://github.com/gdemin/excel.link/issues/6) |
22 |
| -* Add xl(*)n family of functions. They create new sheet before output. |
23 |
| -* Add very basic formatting support via xl.property |
24 |
| -* Add xl.write method for 'etable' class from 'expss' package - https://gdemin.github.io/expss/ |
25 |
| - |
26 |
| -0.9.5 (24.09.2016) |
27 |
| -=============== |
28 |
| -* Fixes an issue with multibyte character encoding (fix from soeque1 https://github.com/soeque1) |
29 |
| -* Fixes an issue with two workbooks after xl.workbooks.add/xl.workbooks.open |
30 |
| - |
31 |
| - |
32 |
| -0.9.4 (12.04.2016) |
33 |
| -=============== |
34 |
| -* Fixes a GCC warning and linking error from gcc v4.9.3 (fix by Jim Hester) |
35 |
| - |
36 |
| -0.9.3 (06.12.2015) |
37 |
| -=============== |
38 |
| -* Make Excel examples compatible with 64-bit Excel version. |
39 |
| -* Remove 'emf' format from current.graphics |
40 |
| - |
41 |
| -0.9.1 (14.07.2015) |
42 |
| -=============== |
43 |
| -* Fix converstion of #NUM! and other Excel errors. Now they are converted to NaN. |
44 |
| -* Add basic datetime supports |
45 |
| -* Add abitility to name pictures in Excel - so it can be updated from R |
46 |
| -* xl.workbook.open/xl.read.file now can read files from URL |
47 |
| -* Add active bindings to Excel ranges |
48 |
| - |
49 |
| -0.8.1 (06.05.2015) |
50 |
| -=============== |
51 |
| -* RDCOMClient integration |
52 |
| -* options(excel_hwnd) to get specific Excel instance |
53 |
| - |
54 |
| -0.7.5 (25.04.2015) |
55 |
| -=============== |
56 |
| -* RStudio compatibility fix |
57 |
| -* Switch to RDoxygen for documentation |
58 |
| -* Release on Github |
59 |
| -* Excel examples |
60 |
| -* Reading/writing password-protected files |
61 |
| - |
62 |
| -0.6 (04.09.2013) |
63 |
| -================ |
64 |
| -* Added functions xl.read.file, xl.save.file |
65 |
| -* Added filename argument in current.graphics |
66 |
| - |
67 |
| -0.5.5 (12.04.2013) |
68 |
| -================= |
69 |
| -* Compatibilty fix for R3.0 release |
70 |
| - |
71 |
| -0.5.4 (13.08.2012) |
72 |
| -================== |
73 |
| -* current.graphics now insert picture instead of link to the file |
74 |
| -* aaa[condition,new.var] = data now works properly |
75 |
| - |
76 |
| -0.5 (19.11.2011) |
77 |
| -================ |
78 |
| -* initial release |
79 |
| - |
| 1 | +0.9.10 (26.10.2021) |
| 2 | +=============== |
| 3 | +* update for R4.2 |
| 4 | +
|
| 5 | +0.9.9 (15.03.2021) |
| 6 | +=============== |
| 7 | +* bump version for rebuilding package (tested with R version 4.0.3) |
| 8 | +
|
| 9 | +0.9.8-1 (23.05.2018) |
| 10 | +=============== |
| 11 | +* Fix 'xl.read.file' - it reads hidden sheets incorrectly. Thanks for reporting to Katie McCarron. |
| 12 | +* Add functions 'xl.sheet.show'/'xl.sheet.hide'/'xl.sheet.visible' to manage sheets visibility (very hidden sheet is not supported) |
| 13 | +* Add argument 'write.res.password' for xl.workbook.open/xl.workbook.save/xl.read.file/xl.save.file for reading/writing Excel files with second password (issue #11) |
| 14 | +* Add new function: xl.sheet.name - for getting/setting active sheet name |
| 15 | +* Add new function: xl.sheet.duplicate (issue #14) |
| 16 | +* Now in R_Connection_Examples.xlsm we use default version of R, not 32-bit version (issue #13) |
| 17 | +
|
| 18 | +0.9.7 (30.04.2017) |
| 19 | +=============== |
| 20 | +* Add option to get full path to workbooks (https://github.com/gdemin/excel.link/issues/7) |
| 21 | +* Now xl.workbook.open doesn't try to open already open workbook (https://github.com/gdemin/excel.link/issues/6) |
| 22 | +* Add xl(*)n family of functions. They create new sheet before output. |
| 23 | +* Add very basic formatting support via xl.property |
| 24 | +* Add xl.write method for 'etable' class from 'expss' package - https://gdemin.github.io/expss/ |
| 25 | +
|
| 26 | +0.9.5 (24.09.2016) |
| 27 | +=============== |
| 28 | +* Fixes an issue with multibyte character encoding (fix from soeque1 https://github.com/soeque1) |
| 29 | +* Fixes an issue with two workbooks after xl.workbooks.add/xl.workbooks.open |
| 30 | +
|
| 31 | +
|
| 32 | +0.9.4 (12.04.2016) |
| 33 | +=============== |
| 34 | +* Fixes a GCC warning and linking error from gcc v4.9.3 (fix by Jim Hester) |
| 35 | +
|
| 36 | +0.9.3 (06.12.2015) |
| 37 | +=============== |
| 38 | +* Make Excel examples compatible with 64-bit Excel version. |
| 39 | +* Remove 'emf' format from current.graphics |
| 40 | +
|
| 41 | +0.9.1 (14.07.2015) |
| 42 | +=============== |
| 43 | +* Fix converstion of #NUM! and other Excel errors. Now they are converted to NaN. |
| 44 | +* Add basic datetime supports |
| 45 | +* Add abitility to name pictures in Excel - so it can be updated from R |
| 46 | +* xl.workbook.open/xl.read.file now can read files from URL |
| 47 | +* Add active bindings to Excel ranges |
| 48 | +
|
| 49 | +0.8.1 (06.05.2015) |
| 50 | +=============== |
| 51 | +* RDCOMClient integration |
| 52 | +* options(excel_hwnd) to get specific Excel instance |
| 53 | +
|
| 54 | +0.7.5 (25.04.2015) |
| 55 | +=============== |
| 56 | +* RStudio compatibility fix |
| 57 | +* Switch to RDoxygen for documentation |
| 58 | +* Release on Github |
| 59 | +* Excel examples |
| 60 | +* Reading/writing password-protected files |
| 61 | + |
| 62 | +0.6 (04.09.2013) |
| 63 | +================ |
| 64 | +* Added functions xl.read.file, xl.save.file |
| 65 | +* Added filename argument in current.graphics |
| 66 | +
|
| 67 | +0.5.5 (12.04.2013) |
| 68 | +================= |
| 69 | +* Compatibilty fix for R3.0 release |
| 70 | +
|
| 71 | +0.5.4 (13.08.2012) |
| 72 | +================== |
| 73 | +* current.graphics now insert picture instead of link to the file |
| 74 | +* aaa[condition,new.var] = data now works properly |
| 75 | +
|
| 76 | +0.5 (19.11.2011) |
| 77 | +================ |
| 78 | +* initial release |
| 79 | +
|
0 commit comments