| License |
License |
|---|---|
| GroupId | GroupIdde.biovoxxel |
| ArtifactId | ArtifactIdexcel.macro.extensions |
| Version | Version3.1.0 |
| Type | Typejar |
| Description |
DescriptionExcel table macro extensions
This ImageJ macro extensions enable the user to save ImageJ tables in form of a new Excel workbook (.xlsx) or a specific sheet in a new or an existing workbook
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/de.biovoxxel/excel.macro.extensions/ -->
<dependency>
<groupId>de.biovoxxel</groupId>
<artifactId>excel.macro.extensions</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.biovoxxel/excel.macro.extensions/
implementation 'de.biovoxxel:excel.macro.extensions:3.1.0'
// https://jarcasting.com/artifacts/de.biovoxxel/excel.macro.extensions/
implementation ("de.biovoxxel:excel.macro.extensions:3.1.0")
'de.biovoxxel:excel.macro.extensions:jar:3.1.0'
<dependency org="de.biovoxxel" name="excel.macro.extensions" rev="3.1.0">
<artifact name="excel.macro.extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.biovoxxel', module='excel.macro.extensions', version='3.1.0')
)
libraryDependencies += "de.biovoxxel" % "excel.macro.extensions" % "3.1.0"
[de.biovoxxel/excel.macro.extensions "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi-ooxml | jar | 4.1.2 |
| org.apache.poi : poi-ooxml-schemas | jar | 4.1.2 |
| org.apache.poi : poi | jar | 4.1.2 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scijava : scijava-common | jar | 2.85.0 |
| org.scijava » script-editor | jar | 0.5.6 |
| net.imagej : ij | jar | 1.53d |
| net.imagej » imagej-legacy | jar | 0.37.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |