-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
3,388 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# http://editorconfig.org | ||
root = true | ||
|
||
[*.{java,xml}] | ||
indent_style = tab | ||
indent_size = 4 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
# Kompatibility zu maven-dependency-plugin/maven-release-plugin... und damit zu jgitflow | ||
[pom.xml] | ||
indent_style = space | ||
|
||
[*.yml] | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[*.sh] | ||
end_of_line = lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,10 @@ | ||
#LibreOffice Lockfiles (z.B. beim Bearbeiten von basisreport.xls) | ||
#LibreOffice/Excel Lockfiles (z.B. beim Bearbeiten von basisreport.xls) | ||
.~lock* | ||
.access^ | ||
|
||
### Maven | ||
target/ | ||
|
||
### Intellij ### | ||
# Created by https://www.gitignore.io/api/intellij | ||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm | ||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | ||
|
||
# User-specific stuff: | ||
.idea/**/workspace.xml | ||
.idea/**/tasks.xml | ||
|
||
# Sensitive or high-churn files: | ||
.idea/**/dataSources/ | ||
.idea/**/dataSources.ids | ||
.idea/**/dataSources.xml | ||
.idea/**/dataSources.local.xml | ||
.idea/**/sqlDataSources.xml | ||
.idea/**/dynamic.xml | ||
.idea/**/uiDesigner.xml | ||
|
||
# Gradle: | ||
.idea/**/gradle.xml | ||
.idea/**/libraries | ||
|
||
# Mongo Explorer plugin: | ||
.idea/**/mongoSettings.xml | ||
|
||
## File-based project format: | ||
*.iws | ||
|
||
## Plugin-specific files: | ||
|
||
# IntelliJ | ||
/out/ | ||
|
||
# mpeltonen/sbt-idea plugin | ||
.idea_modules/ | ||
|
||
# JIRA plugin | ||
atlassian-ide-plugin.xml | ||
|
||
# Crashlytics plugin (for Android Studio and IntelliJ) | ||
com_crashlytics_export_strings.xml | ||
crashlytics.properties | ||
crashlytics-build.properties | ||
fabric.properties | ||
|
||
### Intellij Patch ### | ||
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 | ||
|
||
# *.iml | ||
# modules.xml | ||
# .idea/misc.xml | ||
# *.ipr | ||
|
||
# End of https://www.gitignore.io/api/intellij | ||
.idea/ | ||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# 2.0.0 Typing support | ||
|
||
## License change | ||
We are open sourcing! This library is now available under the Apache License, Version 2.0 | ||
|
||
## POI Update | ||
Upgrade from 3.15 to 3.16 | ||
|
||
## Breaking change | ||
Deprecated code has been removed. | ||
|
||
MergeFields and Converters are now using property typings, such that you cannot set mistakingly | ||
the wrong merge value. | ||
|
||
If you used excel Merger before, you will have to adjust your MergeField enums. | ||
You can Use the following regular expressions to adjust to the new api. | ||
|
||
`` | ||
(\w+)\((\w+), Type.SIMPLE\) | ||
$1(new SimpleMergeField<>("$1", $2)) | ||
`` | ||
|
||
`` | ||
(\w+)\((\w+), Type.REPEAT_COL\) | ||
$1(new RepeatColMergeField<>("$1", $2)) | ||
`` | ||
|
||
`` | ||
(\w+)\((\w+), Type.REPEAT_VAL\) | ||
$1(new RepeatValMergeField<>("$1", $2)) | ||
`` | ||
|
||
`` | ||
(\w+)\((\w+), Type.REPEAT_ROW\) | ||
$1(new RepeatRowMergeField("$1")) | ||
`` | ||
|
||
`` | ||
enum (\w+) implements MergeField | ||
enum $1 implements MergeFieldProvider | ||
`` | ||
|
||
`` | ||
import static ch\.dvbern\.lib\.excelmerger\.StandardConverters\.(\w+); | ||
import static ch\.dvbern\.oss\.lib\.excelmerger\.converters\.StandardConverters\.$1; | ||
`` | ||
|
||
`` | ||
import ch\.dvbern\.lib\.excelmerger\.MergeField; | ||
import ch\.dvbern\.oss\.lib\.excelmerger\.mergefields\.MergeField; | ||
`` | ||
|
||
`` | ||
ch\.dvbern\.lib\.excelmerger | ||
ch\.dvbern\.oss\.lib\.excelmerger | ||
`` | ||
|
||
Please adjust your enum constructors and getters manually. | ||
|
||
# 1.1.1 PERCENT_CONVERTER scale issue | ||
- It was possible, that the resulting percentage value was wrongly converted, for | ||
instance when the scale of the input BigDecimal was 0. | ||
|
||
# 1.1.0 FZL (kurstool) integration (2017-03-17) | ||
|
||
## Changes | ||
- INTEGER_CONVERTER has been deprecated because it is actually a LONG_CONVERTER. | ||
Please migrate to LONG_CONVERTER. | ||
|
||
## New Features | ||
- Template-Patters may contain underscore "_" | ||
- **MergeField** | ||
- PAGE_BREAK - can be added in a template to insert a page break | ||
- **Converters** | ||
- STRING_COLORED_CONVERTER - write a string value in the supplied colour | ||
- DATE_WITH_DAY_CONVERTER - prefixes the default date format with the weekday ("EE, dd.MM.yyyy") | ||
- LONG_CONVERTER - superseeds INTEGER_CONVERTER | ||
|
||
## Bugfixes | ||
- slf4j-log4j12 should only be included in test scope | ||
|
||
# 1.0.0 KitAdmin Excel Merger (2017-03-17) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,7 @@ include: | |
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
* The use of explicit or offensive language or imagery | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic | ||
|
@@ -55,7 +54,7 @@ further defined and clarified by project maintainers. | |
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at [INSERT EMAIL ADDRESS]. All | ||
reported by contacting the project team at [email protected]. All | ||
complaints will be reviewed and investigated and will result in a response that | ||
is deemed necessary and appropriate to the circumstances. The project team is | ||
obligated to maintain confidentiality with regard to the reporter of an incident. | ||
|
@@ -71,4 +70,4 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], versi | |
available at [http://contributor-covenant.org/version/1/4][version] | ||
|
||
[homepage]: http://contributor-covenant.org | ||
[version]: http://contributor-covenant.org/version/1/4/ | ||
[version]: http://contributor-covenant.org/version/1/4/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.