Commit Graph

31 Commits

Author SHA1 Message Date
Dmytro Sylaiev
03822353dd fix(TDI-48434): Avoid NPE for the old xlsx format (#7920)
* fix(TDI-48434): Avoid NPE for the old xlsx format

* fix(TDI-48434): Fix the studio build
2022-09-30 11:14:23 +03:00
vyu-talend
7bd938011a feat(TDI-42323):add entry to custom ratio. (#7968) (#8043)
* feat(TDI-42323):add entry to custom ratio.

* feat(TDI-42323):make some changes.

* feat(TDI-42323):add show if restrictions.

* feat(TDI-42323):change the checkbox's name.
2022-09-27 10:56:03 +08:00
wang wei
1281774f65 fix(TDI-48086): CVE poi-scratchpad (#7786) 2022-07-27 10:19:45 +08:00
wang wei
ff5018893a fix(TDI-47633): CVE: Replace log4j1.x by reload4j or upgrade to log4j2 (#7330) 2022-04-01 14:32:13 +08:00
Dmytro Grygorenko
61e8eaff4b fix(TDI-46614): CVE - update "commons-compress" to 1.21 (#6684) 2021-09-27 17:57:17 +03:00
hzhao-talendbj
cd1b55472d feat(TUP-29701): Upgrade eclipse 418 (#5704)
* feat(TUP-29701): Upgrade eclipse 418

* fix compile error

* fix assert issue

* fix assert issue

* change private to protected because parent class use protected

* add a null arg

* TUP-29701 add org.eclipse.emf.edit.ui to manifest

* TUP-29701 fix require missing class when run job .

* TUP-29701 set handler in URL

* TUP-29701 fix can not find class issue when create excel metadata

* TUP-29701 set mavenResulver for handler

* TUP-29701 add mavenresolver for handler
2021-06-18 17:36:45 +08:00
Oleksandr Zhelezniak
beabe7c877 fix(TDI-45089): fix date type for excel (#5463)
* set date pattern to excel event mode parser
* use inter-exchange date pattern to avoid date lose
* set date pattern for columns inside excel parser in event mode
* add JUnit tests
* bump version simpleexcel [2.5-20201119]
2020-11-30 16:38:01 +02:00
Dmytro Grygorenko
2c71e7ec82 chore(TDI-45022): backport Apache POI update to "master" (#5408)
* chore(TDI-45022): backport Apache POI update to "master"

* fix(TDI-45022): rebuild "talendMsgMailUtil" library to preserve local changes available at the branch
2020-10-27 10:24:07 +02:00
mbasiuk-talend
eedcc4501d chore: TDI-32442 revert (#5265)
* Revert "fix(TDI-32442): add missing else block (#4545)"

This reverts commit 9c82017e72.

* Revert "Mbasiuk/tdi 32442 dynamic excel dateformat (#4377)"

This reverts commit a94989277c.
2020-09-30 16:45:55 +03:00
wang wei
4abb3f0422 fix(TDI-44192): Update dom4j to 2.1.3 (#5023) 2020-08-03 14:19:40 +08:00
mbasiuk-talend
a94989277c Mbasiuk/tdi 32442 dynamic excel dateformat (#4377)
* fix(TDI-32442): fix 2003 issue with dynamic column

* fix(TDI-32442): fix event mode for 2007 version

* fix(TDI-32442): return missing code

* fix(TDI-32442): update library build date

* fix(TDI-32442): update timestamp, fix 2003 version
2020-03-13 10:07:56 +02:00
jzhao
6eddb2cd20 feat(TDI-43395):update dom4j to 2.1.1 (#4296)
* feat(TDI-43395):update dom4j

* feat(TDI-43395):update dom4j depends jaxen

* feat(TDI-43395):dom4j api changed

* fix compiler error
* remove useless code of txmlmap

* feat(TDI-43395):add migration task for bonita components after dom4j
update
2020-01-10 17:18:26 +08:00
mbasiuk-talend
eb31686a3e fix(TDI-42834): update commons-compress lib version (#3854)
* fix(TDI-42834): update commons-compress lib version

* fix(TDI-42834): upgrade to latest version 1.19
2019-09-26 17:05:34 +03:00
Emmanuel GALLOIS
cb8308df05 feat(TDI-41662): Password protected Excel files management (#3743)
* feat(TDI-41662): add PASSWORD property
* feat(TDI-41662): set PASSWORD property visible only for Excel 2007++
* feat(TDI-41662): add password decryption in Talend ExcelReader wrapper
- warning this is an external lib
* feat(TDI-41662): bump simpleexcel lib release to latest updates
- not sure that MANIFEST.MF should be updated but once build there was
no changes to it, so in case of...
* feat(TDI-41662): implement decryption in javajet
* feat(TDI-41662): add properties to tFileOutputExcel
* fix(TDI-41662): correct gav
* fix(TDI-41662): bump simpleexcel version
* fix(TDI-41662): add password protection on writing excel file
* fix(TDI-41662): bump talendExcel version
* fix(TDI-41662): add password protection on writing excel file (javajet)
* feat(TDI-41662): close workbook when not protected
* feat(TDI-41662): fix some stuff about tFileOutputExcel
* feat(TDI-41662): remove old parse methods to ExcelReader
* feat(TDI-41662): close workbook in any cases
* feat(TDI-41662): use agile encryption mode only in TalendExcel
* feat(TDI-41662): use agile encryption mode only in javajet comp
* feat(TDI-41662): merge master and bump TalendExcel version
* feat(TDI-41662): fix classpath version for TalendExcel
- not sure that's necessary but...
2019-08-01 11:04:13 +02:00
wang wei
f04471fc4b fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11 (#3452)
* fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11

* fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11

* fix(TDI-42241): fix something, but seems should remove the file

* fix(TDI-42241): add back url path

* fix(TDI-42241): fix the build for poi

* fix(TDI-42241): fix the build for poi

* fix the MF file
2019-05-28 01:27:03 -05:00
jzhao
d1346bd5bc feat(TDI-39059):tFileInputExcel support includePhoneticRuns configurable (#2733) 2018-09-28 14:33:00 +08:00
nrousseau
f58cb661c3 chore(TUP-20636) update maven uri (#2690)
* chore(TUP-20636) update maven uri

* chore(TUP-20636) update maven uri

* chore(TUP-20636) update maven uri

* chore(TUP-20636) update maven uri
2018-09-14 10:29:23 +08:00
wang wei
432d173610 fix(TDI-40492): align all the log4j to 1.2.17 version 2018-05-21 10:36:18 +08:00
pyzhou
66b2369294 fix(TDI-39190):Sheet name is not case sensitive. (#1724) 2017-11-22 10:15:26 +08:00
jzhao
332fc11a49 fix(TDI-39174):tFileInputExcel can't check sheet position in some situation.(#1526) 2017-07-14 03:53:37 -05:00
jzhao
622e751d99 fix(TDI-39079) tFileInputExcel sheet position does not work for event model (#1494) 2017-07-07 01:48:19 -05:00
pyzhou
1cabb0cb10 TDI-38694:tFileInputExcel -> If Generation mode='Less memory ...' (after (#1246)
* TDI-38694:tFileInputExcel -> If Generation mode='Less memory ...' (after
Excel upgrade to 2016),  data will read two times

* TDI-38694:Correct the java version

* TDI-38694:Eliminate old simpleexcel.jar.

* TDI-38694:Correct the group ID
2017-05-31 10:00:58 +08:00
pyzhou
06b49829b2 TDI-37924:Upgrade poi.jar to 3.16 (#1162)
* TDI-37924:Upgrade poi.jar to 3.16

* TDI-37924:delete the new jar & change the pom and version.

* TDI-37924: update to download automatically the jar of mail util
2017-04-25 09:44:17 +08:00
pyzhou
5c2dd47a95 TDI-38105:Update Excel components to support Excel 2016/next version (#1133) 2017-04-10 16:49:29 +08:00
amarkevich
07e1063751 TESB-17498 Error Calling a Web service 2016-06-16 16:20:23 +03:00
Wu Liu
9f250f7378 TDI-32585 : [tFile*Excel] remove geronimo-stax-api from dependencies 2015-05-25 11:05:35 +08:00
wchen-talend
ebbe0fabb4 TUP-2417:Remote Lib : Migrate all component definition to use the mvn:
url schema
2015-05-12 14:29:27 +08:00
jzhao
f1dae24181 TDI-30022: NotImplementedException or IllegalArgumentException when
tFileOutputExcel appends content to an Excel file containing formula
https://jira.talendforge.org/browse/TDI-30022
Note:1.Update POI
2.Fixed Hex2Dec problem
3.Rebuild sampleexcel.jar
2015-01-16 14:36:20 +08:00
wluo
9dac070a65 TDI-30967 : Add 2 new attributes in *_java.xml to help generate log4j
code
https://jira.talendforge.org/browse/TDI-30967
2014-10-31 13:58:23 +08:00
jzhao
14ea56fe20 TDI-30754: tFileInputExcel/tFileOutputExcel contains buggy dependencies
in case VERSION_2007
https://jira.talendforge.org/browse/TDI-30754
Note:Update 2 jars for excel input/output
2014-10-17 14:42:30 +08:00
Sébastien Gandon
0db2c64957 [GIT Migration] Refactor main,test and i18n plugins and features for branch master 2014-06-22 10:53:02 +02:00