|
1 | 1 | <!DOCTYPE HTML> |
2 | 2 | <html lang="it"> |
3 | 3 | <head> |
4 | | -<!-- Generated by javadoc (17) on Tue Mar 21 21:41:05 CET 2023 --> |
5 | | -<title>Index (Java library with tools for Excel files 0.4.1 API)</title> |
| 4 | +<!-- Generated by javadoc (17) on Sat Apr 29 12:27:15 CEST 2023 --> |
| 5 | +<title>Index (Java library with tools for Excel files 0.4.2 API)</title> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
8 | | -<meta name="dc.created" content="2023-03-21"> |
| 8 | +<meta name="dc.created" content="2023-04-29"> |
9 | 9 | <meta name="description" content="index"> |
10 | 10 | <meta name="generator" content="javadoc/IndexWriter"> |
11 | 11 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
|
52 | 52 | <div class="header"> |
53 | 53 | <h1>Index</h1> |
54 | 54 | </div> |
55 | | -<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:V">V</a> <a href="#I:W">W</a> <a href="#I:X">X</a> <br><a href="allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a> |
| 55 | +<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:V">V</a> <a href="#I:W">W</a> <a href="#I:X">X</a> <a href="#I:Z">Z</a> <br><a href="allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a> |
56 | 56 | <h2 class="title" id="I:A">A</h2> |
57 | 57 | <dl class="index"> |
58 | 58 | <dt><a href="io/github/mbenincasa/javaexcelutils/annotations/ExcelHeaderStyle.html#autoSize()" class="member-name-link">autoSize()</a> - Element in annotation interface io.github.mbenincasa.javaexcelutils.annotations.<a href="io/github/mbenincasa/javaexcelutils/annotations/ExcelHeaderStyle.html" title="annotation interface in io.github.mbenincasa.javaexcelutils.annotations">ExcelHeaderStyle</a></dt> |
@@ -377,6 +377,18 @@ <h2 class="title" id="I:G">G</h2> |
377 | 377 | <dd> |
378 | 378 | <div class="block">Retrieve a cell by index</div> |
379 | 379 | </dd> |
| 380 | +<dt><a href="io/github/mbenincasa/javaexcelutils/tools/ExcelUtility.html#getCellIndexes(java.lang.String)" class="member-name-link">getCellIndexes(String)</a> - Static method in class io.github.mbenincasa.javaexcelutils.tools.<a href="io/github/mbenincasa/javaexcelutils/tools/ExcelUtility.html" title="class in io.github.mbenincasa.javaexcelutils.tools">ExcelUtility</a></dt> |
| 381 | +<dd> |
| 382 | +<div class="block">Return an array containing column and row indexes</div> |
| 383 | +</dd> |
| 384 | +<dt><a href="io/github/mbenincasa/javaexcelutils/model/excel/ExcelCell.html#getCellName()" class="member-name-link">getCellName()</a> - Method in class io.github.mbenincasa.javaexcelutils.model.excel.<a href="io/github/mbenincasa/javaexcelutils/model/excel/ExcelCell.html" title="class in io.github.mbenincasa.javaexcelutils.model.excel">ExcelCell</a></dt> |
| 385 | +<dd> |
| 386 | +<div class="block">Returns the cell name</div> |
| 387 | +</dd> |
| 388 | +<dt><a href="io/github/mbenincasa/javaexcelutils/tools/ExcelUtility.html#getCellName(int,int)" class="member-name-link">getCellName(int, int)</a> - Static method in class io.github.mbenincasa.javaexcelutils.tools.<a href="io/github/mbenincasa/javaexcelutils/tools/ExcelUtility.html" title="class in io.github.mbenincasa.javaexcelutils.tools">ExcelUtility</a></dt> |
| 389 | +<dd> |
| 390 | +<div class="block">Returns the cell name</div> |
| 391 | +</dd> |
380 | 392 | <dt><a href="io/github/mbenincasa/javaexcelutils/model/excel/ExcelRow.html#getCells()" class="member-name-link">getCells()</a> - Method in class io.github.mbenincasa.javaexcelutils.model.excel.<a href="io/github/mbenincasa/javaexcelutils/model/excel/ExcelRow.html" title="class in io.github.mbenincasa.javaexcelutils.model.excel">ExcelRow</a></dt> |
381 | 393 | <dd> |
382 | 394 | <div class="block">The list of Cells related to the Row</div> |
@@ -487,6 +499,8 @@ <h2 class="title" id="I:I">I</h2> |
487 | 499 | <dd> </dd> |
488 | 500 | <dt><a href="io/github/mbenincasa/javaexcelutils/model/excel/package-summary.html">io.github.mbenincasa.javaexcelutils.model.excel</a> - package io.github.mbenincasa.javaexcelutils.model.excel</dt> |
489 | 501 | <dd> </dd> |
| 502 | +<dt><a href="io/github/mbenincasa/javaexcelutils/model/zip/package-summary.html">io.github.mbenincasa.javaexcelutils.model.zip</a> - package io.github.mbenincasa.javaexcelutils.model.zip</dt> |
| 503 | +<dd> </dd> |
490 | 504 | <dt><a href="io/github/mbenincasa/javaexcelutils/samples/convertCsvFileToExcelFile/package-summary.html">io.github.mbenincasa.javaexcelutils.samples.convertCsvFileToExcelFile</a> - package io.github.mbenincasa.javaexcelutils.samples.convertCsvFileToExcelFile</dt> |
491 | 505 | <dd> </dd> |
492 | 506 | <dt><a href="io/github/mbenincasa/javaexcelutils/samples/convertExcelFileToCsvFile/package-summary.html">io.github.mbenincasa.javaexcelutils.samples.convertExcelFileToCsvFile</a> - package io.github.mbenincasa.javaexcelutils.samples.convertExcelFileToCsvFile</dt> |
@@ -905,7 +919,24 @@ <h2 class="title" id="I:X">X</h2> |
905 | 919 | <div class="block">This extension is used for a Microsoft Office spreadsheet from version 2007 onwards</div> |
906 | 920 | </dd> |
907 | 921 | </dl> |
908 | | -<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:V">V</a> <a href="#I:W">W</a> <a href="#I:X">X</a> <br><a href="allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a></main> |
| 922 | +<h2 class="title" id="I:Z">Z</h2> |
| 923 | +<dl class="index"> |
| 924 | +<dt><a href="io/github/mbenincasa/javaexcelutils/tools/ZipUtility.html#zipFiles(java.util.List)" class="member-name-link">zipFiles(List<ZipModel>)</a> - Static method in class io.github.mbenincasa.javaexcelutils.tools.<a href="io/github/mbenincasa/javaexcelutils/tools/ZipUtility.html" title="class in io.github.mbenincasa.javaexcelutils.tools">ZipUtility</a></dt> |
| 925 | +<dd> </dd> |
| 926 | +<dt><a href="io/github/mbenincasa/javaexcelutils/model/zip/ZipModel.html" class="type-name-link" title="class in io.github.mbenincasa.javaexcelutils.model.zip">ZipModel</a> - Class in <a href="io/github/mbenincasa/javaexcelutils/model/zip/package-summary.html">io.github.mbenincasa.javaexcelutils.model.zip</a></dt> |
| 927 | +<dd> |
| 928 | +<div class="block">This is a model which contains the data of the file to be zipped which is used in <code>ZipUtility</code></div> |
| 929 | +</dd> |
| 930 | +<dt><a href="io/github/mbenincasa/javaexcelutils/model/zip/ZipModel.html#%3Cinit%3E()" class="member-name-link">ZipModel()</a> - Constructor for class io.github.mbenincasa.javaexcelutils.model.zip.<a href="io/github/mbenincasa/javaexcelutils/model/zip/ZipModel.html" title="class in io.github.mbenincasa.javaexcelutils.model.zip">ZipModel</a></dt> |
| 931 | +<dd> </dd> |
| 932 | +<dt><a href="io/github/mbenincasa/javaexcelutils/tools/ZipUtility.html" class="type-name-link" title="class in io.github.mbenincasa.javaexcelutils.tools">ZipUtility</a> - Class in <a href="io/github/mbenincasa/javaexcelutils/tools/package-summary.html">io.github.mbenincasa.javaexcelutils.tools</a></dt> |
| 933 | +<dd> |
| 934 | +<div class="block"><code>ZipUtility</code> is a static class that provides utility methods for zipped files</div> |
| 935 | +</dd> |
| 936 | +<dt><a href="io/github/mbenincasa/javaexcelutils/tools/ZipUtility.html#%3Cinit%3E()" class="member-name-link">ZipUtility()</a> - Constructor for class io.github.mbenincasa.javaexcelutils.tools.<a href="io/github/mbenincasa/javaexcelutils/tools/ZipUtility.html" title="class in io.github.mbenincasa.javaexcelutils.tools">ZipUtility</a></dt> |
| 937 | +<dd> </dd> |
| 938 | +</dl> |
| 939 | +<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:V">V</a> <a href="#I:W">W</a> <a href="#I:X">X</a> <a href="#I:Z">Z</a> <br><a href="allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a></main> |
909 | 940 | <footer role="contentinfo"> |
910 | 941 | <hr> |
911 | 942 | <p class="legal-copy"><small>Copyright © 2023. All rights reserved.</small></p> |
|
0 commit comments