index
int64
repo_id
string
file_path
string
content
string
0
java-sources/ai/chalk/chalk-java-jdk17/0.3.4/ai/chalk
java-sources/ai/chalk/chalk-java-jdk17/0.3.4/ai/chalk/models/OnlineQueryParams.java
package ai.chalk.models; import ai.chalk.features.Feature; import ai.chalk.features.StructFeaturesClass; import ai.chalk.features.WindowedFeaturesClass; import ai.chalk.internal.Utils; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import java.util.*; import java.time.Duratio...
0
java-sources/ai/chalk/chalk-java-jdk17/0.3.4/ai/chalk
java-sources/ai/chalk/chalk-java-jdk17/0.3.4/ai/chalk/models/OnlineQueryParamsComplete.java
package ai.chalk.models; import java.time.Duration; import java.util.List; import java.util.Map; public class OnlineQueryParamsComplete extends OnlineQueryParams { /** * Thin subclass of OnlineQueryParams. Used to statically * indicate that all required online query params have been * provided. ...
0
java-sources/ai/chalk/chalk-java-jdk17/0.3.4/ai/chalk
java-sources/ai/chalk/chalk-java-jdk17/0.3.4/ai/chalk/models/OnlineQueryResult.java
package ai.chalk.models; import ai.chalk.exceptions.ClientException; import ai.chalk.exceptions.ServerError; import ai.chalk.features.FeaturesClass; import ai.chalk.internal.arrow.Unmarshaller; import lombok.Data; import lombok.AllArgsConstructor; import org.apache.arrow.vector.table.Table; import java.util.Map; /**...
0
java-sources/ai/chalk/chalk-java-jdk17/0.3.4/ai/chalk
java-sources/ai/chalk/chalk-java-jdk17/0.3.4/ai/chalk/models/QueryMeta.java
package ai.chalk.models; import lombok.Data; import lombok.NoArgsConstructor; import java.time.LocalDateTime; import java.time.ZonedDateTime; /** * QueryMeta represents metadata about a Chalk query. */ @Data @NoArgsConstructor public class QueryMeta { /** * Execution duration in seconds. */ priv...
0
java-sources/ai/chalk/chalk-java-jdk17/0.3.4/ai/chalk
java-sources/ai/chalk/chalk-java-jdk17/0.3.4/ai/chalk/models/ResolverException.java
package ai.chalk.models; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor public class ResolverException { // The name of the class of the exception. private String kind; // The message taken from the exception. private String message; ...
0
java-sources/ai/chat2db/excel/easyexcel-plus/0.0.1/plus
java-sources/ai/chat2db/excel/easyexcel-plus/0.0.1/plus/easyexcel/Empty.java
package plus.easyexcel; /** * empty * * @author Jiaju Zhuang */ public class Empty { }
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/EasyExcel.java
package ai.chat2db.excel; /** * This is actually {@link EasyExcelFactory}, and short names look better. * * @author jipengfei */ public class EasyExcel extends EasyExcelFactory {}
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/EasyExcelFactory.java
package ai.chat2db.excel; import java.io.File; import java.io.InputStream; import java.io.OutputStream; import ai.chat2db.excel.read.builder.ExcelReaderBuilder; import ai.chat2db.excel.read.builder.ExcelReaderSheetBuilder; import ai.chat2db.excel.read.listener.ReadListener; import ai.chat2db.excel.write.builder.Excel...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/ExcelReader.java
package ai.chat2db.excel; import java.io.Closeable; import java.util.Arrays; import java.util.List; import ai.chat2db.excel.read.metadata.ReadSheet; import ai.chat2db.excel.read.metadata.ReadWorkbook; import ai.chat2db.excel.analysis.ExcelAnalyser; import ai.chat2db.excel.analysis.ExcelAnalyserImpl; import ai.chat2db...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/ExcelWriter.java
package ai.chat2db.excel; import java.io.Closeable; import java.util.Collection; import java.util.function.Supplier; import ai.chat2db.excel.context.WriteContext; import ai.chat2db.excel.write.ExcelBuilder; import ai.chat2db.excel.write.ExcelBuilderImpl; import ai.chat2db.excel.write.metadata.WriteSheet; import ai.ch...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/ExcelAnalyser.java
package ai.chat2db.excel.analysis; import java.util.List; import ai.chat2db.excel.read.metadata.ReadSheet; import ai.chat2db.excel.context.AnalysisContext; /** * Excel file analyser * * @author jipengfei */ public interface ExcelAnalyser { /** * parse the sheet * * @param readSheetList * ...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/ExcelAnalyserImpl.java
package ai.chat2db.excel.analysis; import ai.chat2db.excel.analysis.v07.XlsxSaxAnalyser; import ai.chat2db.excel.exception.ExcelAnalysisException; import ai.chat2db.excel.exception.ExcelAnalysisStopException; import ai.chat2db.excel.read.metadata.ReadSheet; import ai.chat2db.excel.read.metadata.ReadWorkbook; import ai...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/ExcelReadExecutor.java
package ai.chat2db.excel.analysis; import java.util.List; import ai.chat2db.excel.read.metadata.ReadSheet; /** * Excel file Executor * * @author Jiaju Zhuang */ public interface ExcelReadExecutor { /** * Returns the actual sheet in excel * * @return Actual sheet in excel */ List<Read...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/csv/CsvExcelReadExecutor.java
package ai.chat2db.excel.analysis.csv; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.nio.file.Files; import java.util.ArrayList; import java.util.Iterator; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import ai.chat2db.excel.analy...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/IgnorableXlsRecordHandler.java
package ai.chat2db.excel.analysis.v03; /** * Need to ignore the current handler without reading the current sheet. * * @author Jiaju Zhuang */ public interface IgnorableXlsRecordHandler extends XlsRecordHandler {}
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/XlsListSheetListener.java
package ai.chat2db.excel.analysis.v03; import java.io.IOException; import java.util.HashMap; import java.util.Map; import ai.chat2db.excel.exception.ExcelAnalysisException; import org.apache.poi.hssf.eventusermodel.EventWorkbookBuilder; import org.apache.poi.hssf.eventusermodel.FormatTrackingHSSFListener; import org....
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/XlsRecordHandler.java
package ai.chat2db.excel.analysis.v03; import org.apache.poi.hssf.record.Record; import ai.chat2db.excel.context.xls.XlsReadContext; /** * Intercepts handle xls reads. * * @author Dan Zheng */ public interface XlsRecordHandler { /** * Whether to support * * @param xlsReadContext * @param ...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/XlsSaxAnalyser.java
package ai.chat2db.excel.analysis.v03; import java.io.IOException; import java.util.HashMap; import java.util.List; import java.util.Map; import ai.chat2db.excel.analysis.ExcelReadExecutor; import ai.chat2db.excel.exception.ExcelAnalysisException; import ai.chat2db.excel.exception.ExcelAnalysisStopException; import a...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/AbstractXlsRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.XlsRecordHandler; import org.apache.poi.hssf.record.Record; import ai.chat2db.excel.context.xls.XlsReadContext; /** * Abstract xls record handler * * @author Jiaju Zhuang **/ public abstract class AbstractXlsRecordHandler implem...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/BlankRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.metadata.data.ReadCellData; import ai.chat2db.excel.context.xls.XlsReadContext; import org.apache.poi.hssf.record.BlankRecord; import org.apache.poi.hssf.record.Record; /** * Recor...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/BofRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import java.util.ArrayList; import java.util.List; import ai.chat2db.excel.exception.ExcelAnalysisStopException; import ai.chat2db.excel.read.metadata.ReadSheet; import ai.chat2db.excel.read.metadata.holder.xls.XlsReadWorkbookHolder; import ai.chat2db.excel.util.SheetUt...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/BoolErrRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.enums.RowTypeEnum; import ai.chat2db.excel.metadata.data.ReadCellData; import ai.chat2db.excel.context.xls.XlsReadContext; import org.apache.poi.hssf.record.BoolErrRecord; import org...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/BoundSheetRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import org.apache.poi.hssf.record.BoundSheetRecord; import org.apache.poi.hssf.record.Record; import ai.chat2db.excel.context.xls.XlsReadContext; /** * Record handler * * @author Dan Zheng */ public cl...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/DummyRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import java.util.LinkedHashMap; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.enums.RowTypeEnum; import ai.chat2db.excel.metadata.Cell; import ai.chat2db.excel.metadata.data.ReadCellData; import ai.chat2db.excel.read.metadata.ho...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/EofRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import java.util.LinkedHashMap; import ai.chat2db.excel.enums.RowTypeEnum; import ai.chat2db.excel.metadata.Cell; import ai.chat2db.excel.read.metadata.holder.ReadRowHolder; import ai.chat2db.excel.read.metadata.holder.xls.XlsReadSheetHolder; import ai.chat2db.excel.uti...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/FormulaRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import java.math.BigDecimal; import java.util.Map; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.constant.BuiltinFormats; import ai.chat2db.excel.constant.EasyExcelConstants; import ai.chat2db.excel.enums.CellDataTypeEnum; impor...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/HyperlinkRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.enums.CellExtraTypeEnum; import ai.chat2db.excel.metadata.CellExtra; import org.apache.poi.hssf.record.HyperlinkRecord; import org.apache.poi.hssf.record.Record; import ai.chat2db.ex...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/IndexRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import org.apache.poi.hssf.record.IndexRecord; import org.apache.poi.hssf.record.Record; import ai.chat2db.excel.context.xls.XlsReadContext; /** * Record handler * * @author Jiaju Zhuang */ public clas...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/LabelRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.enums.RowTypeEnum; import ai.chat2db.excel.metadata.data.ReadCellData; import ai.chat2db.excel.context.xls.XlsReadContext; import org.apache.poi.hssf.record.LabelRecord; import org.a...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/LabelSstRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import java.util.Map; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.cache.ReadCache; import ai.chat2db.excel.enums.RowTypeEnum; import ai.chat2db.excel.metadata.Cell; import ai.chat2db.excel.metadata.data.ReadCellData; import ai...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/MergeCellsRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.enums.CellExtraTypeEnum; import ai.chat2db.excel.metadata.CellExtra; import org.apache.poi.hssf.record.MergeCellsRecord; import org.apache.poi.hssf.record.Record; import org.apache.po...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/NoteRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.enums.CellExtraTypeEnum; import ai.chat2db.excel.metadata.CellExtra; import org.apache.poi.hssf.record.NoteRecord; import org.apache.poi.hssf.record.Record; import ai.chat2db.excel.c...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/NumberRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import java.math.BigDecimal; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.constant.BuiltinFormats; import ai.chat2db.excel.enums.RowTypeEnum; import ai.chat2db.excel.metadata.data.DataFormatData; import ai.chat2db.excel.metadat...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/ObjRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import org.apache.poi.hssf.record.CommonObjectDataSubRecord; import org.apache.poi.hssf.record.ObjRecord; import org.apache.poi.hssf.record.Record; import org.apache.poi.hssf.record.SubRecord; import ai.cha...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/RkRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.metadata.data.ReadCellData; import ai.chat2db.excel.context.xls.XlsReadContext; import org.apache.poi.hssf.record.RKRecord; import org.apache.poi.hssf.record.Record; /** * Record h...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/SstRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.cache.XlsCache; import org.apache.poi.hssf.record.Record; import org.apache.poi.hssf.record.SSTRecord; import ai.chat2db.excel.context.xls.XlsReadContext; /** * Record handler * ...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/StringRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.metadata.data.CellData; import ai.chat2db.excel.read.metadata.holder.xls.XlsReadSheetHolder; import org.apache.poi.hssf.record.Record; import org.apache.poi.hssf.record.StringRecord; ...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v03/handlers/TextObjectRecordHandler.java
package ai.chat2db.excel.analysis.v03.handlers; import ai.chat2db.excel.analysis.v03.IgnorableXlsRecordHandler; import ai.chat2db.excel.enums.CellExtraTypeEnum; import ai.chat2db.excel.read.metadata.holder.xls.XlsReadSheetHolder; import org.apache.poi.hssf.record.Record; import org.apache.poi.hssf.record.TextObjectRec...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/XlsxSaxAnalyser.java
package ai.chat2db.excel.analysis.v07; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.UUID; import javax.xml.parsers.P...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/AbstractCellValueTagHandler.java
package ai.chat2db.excel.analysis.v07.handlers; import ai.chat2db.excel.context.xlsx.XlsxReadContext; /** * Cell Value Handler * * @author jipengfei */ public abstract class AbstractCellValueTagHandler extends AbstractXlsxTagHandler { @Override public void characters(XlsxReadContext xlsxReadContext, char...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/AbstractXlsxTagHandler.java
package ai.chat2db.excel.analysis.v07.handlers; import org.xml.sax.Attributes; import ai.chat2db.excel.context.xlsx.XlsxReadContext; /** * Abstract tag handler * * @author Jiaju Zhuang */ public abstract class AbstractXlsxTagHandler implements XlsxTagHandler { @Override public boolean support(XlsxReadCon...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/CellFormulaTagHandler.java
package ai.chat2db.excel.analysis.v07.handlers; import ai.chat2db.excel.metadata.data.FormulaData; import ai.chat2db.excel.read.metadata.holder.xlsx.XlsxReadSheetHolder; import ai.chat2db.excel.context.xlsx.XlsxReadContext; import org.xml.sax.Attributes; /** * Cell Handler * * @author jipengfei */ public class C...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/CellInlineStringValueTagHandler.java
package ai.chat2db.excel.analysis.v07.handlers; /** * Cell inline string value handler * * @author jipengfei */ public class CellInlineStringValueTagHandler extends AbstractCellValueTagHandler { }
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/CellTagHandler.java
package ai.chat2db.excel.analysis.v07.handlers; import java.math.BigDecimal; import ai.chat2db.excel.constant.EasyExcelConstants; import ai.chat2db.excel.constant.ExcelXmlConstants; import ai.chat2db.excel.enums.CellDataTypeEnum; import ai.chat2db.excel.metadata.data.ReadCellData; import ai.chat2db.excel.read.metadat...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/CellValueTagHandler.java
package ai.chat2db.excel.analysis.v07.handlers; /** * Cell Value Handler * * @author jipengfei */ public class CellValueTagHandler extends AbstractCellValueTagHandler { }
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/CountTagHandler.java
package ai.chat2db.excel.analysis.v07.handlers; import ai.chat2db.excel.constant.ExcelXmlConstants; import ai.chat2db.excel.util.PositionUtils; import ai.chat2db.excel.context.xlsx.XlsxReadContext; import org.xml.sax.Attributes; /** * Cell Handler * * @author jipengfei */ public class CountTagHandler extends Abs...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/HyperlinkTagHandler.java
package ai.chat2db.excel.analysis.v07.handlers; import java.util.Optional; import ai.chat2db.excel.enums.CellExtraTypeEnum; import ai.chat2db.excel.metadata.CellExtra; import ai.chat2db.excel.util.StringUtils; import org.apache.poi.openxml4j.opc.PackageRelationship; import org.apache.poi.openxml4j.opc.PackageRelation...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/MergeCellTagHandler.java
package ai.chat2db.excel.analysis.v07.handlers; import ai.chat2db.excel.enums.CellExtraTypeEnum; import ai.chat2db.excel.metadata.CellExtra; import ai.chat2db.excel.util.StringUtils; import org.xml.sax.Attributes; import ai.chat2db.excel.constant.ExcelXmlConstants; import ai.chat2db.excel.context.xlsx.XlsxReadContext...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/RowTagHandler.java
package ai.chat2db.excel.analysis.v07.handlers; import java.util.LinkedHashMap; import ai.chat2db.excel.constant.ExcelXmlConstants; import ai.chat2db.excel.enums.CellDataTypeEnum; import ai.chat2db.excel.enums.RowTypeEnum; import ai.chat2db.excel.metadata.Cell; import ai.chat2db.excel.metadata.data.ReadCellData; impo...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/XlsxTagHandler.java
package ai.chat2db.excel.analysis.v07.handlers; import org.xml.sax.Attributes; import ai.chat2db.excel.context.xlsx.XlsxReadContext; /** * Tag handler * * @author Dan Zheng */ public interface XlsxTagHandler { /** * Whether to support * * @param xlsxReadContext * @return */ bool...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/sax/SharedStringsTableHandler.java
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to Y...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/analysis/v07/handlers/sax/XlsxRowHandler.java
package ai.chat2db.excel.analysis.v07.handlers.sax; import java.util.HashMap; import java.util.Map; import ai.chat2db.excel.constant.ExcelXmlConstants; import ai.chat2db.excel.analysis.v07.handlers.CellFormulaTagHandler; import ai.chat2db.excel.analysis.v07.handlers.CellInlineStringValueTagHandler; import ai.chat2db....
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/ExcelIgnore.java
package ai.chat2db.excel.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Ignore convert excel * * @author Jiaju Zhuang */ @Target(ElementType.FI...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/ExcelIgnoreUnannotated.java
package ai.chat2db.excel.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Ignore all unannotated fields. * * @author Jiaju Zhuang */ @Target(Elem...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/ExcelProperty.java
package ai.chat2db.excel.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import ai.chat2db.excel.converters.AutoConverter; import ai.chat2db.excel.convert...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/format/DateTimeFormat.java
package ai.chat2db.excel.annotation.format; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import ai.chat2db.excel.enums.BooleanEnum; /** * Convert date format. *...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/format/NumberFormat.java
package ai.chat2db.excel.annotation.format; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import java.math.RoundingMode; /** * Convert number format. * * <p> * ...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write/style/ColumnWidth.java
package ai.chat2db.excel.annotation.write.style; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Set the width of the table * * @author Jiaju Zhuang */ @Tar...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write/style/ContentFontStyle.java
package ai.chat2db.excel.annotation.write.style; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import ai.chat2db.excel.enums.BooleanEnum; import org.apache.poi.com...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write/style/ContentLoopMerge.java
package ai.chat2db.excel.annotation.write.style; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * The regions of the loop merge * * @author Jiaju Zhuang */ @...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write/style/ContentRowHeight.java
package ai.chat2db.excel.annotation.write.style; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Set the height of each table * * @author Jiaju Zhuang */ @T...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write/style/ContentStyle.java
package ai.chat2db.excel.annotation.write.style; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import ai.chat2db.excel.enums.BooleanEnum; import ai.chat2db.excel.en...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write/style/HeadFontStyle.java
package ai.chat2db.excel.annotation.write.style; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import ai.chat2db.excel.enums.BooleanEnum; import org.apache.poi.com...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write/style/HeadRowHeight.java
package ai.chat2db.excel.annotation.write.style; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Set the height of each table * * @author Jiaju Zhuang */ @T...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write/style/HeadStyle.java
package ai.chat2db.excel.annotation.write.style; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import ai.chat2db.excel.enums.BooleanEnum; import ai.chat2db.excel.en...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/annotation/write/style/OnceAbsoluteMerge.java
package ai.chat2db.excel.annotation.write.style; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Merge the cells once * * @author Jiaju Zhuang */ @Target({E...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/cache/Ehcache.java
package ai.chat2db.excel.cache; import java.io.File; import java.util.ArrayList; import java.util.UUID; import ai.chat2db.excel.context.AnalysisContext; import ai.chat2db.excel.util.FileUtils; import ai.chat2db.excel.util.ListUtils; import lombok.extern.slf4j.Slf4j; import org.apache.commons.collections4.CollectionU...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/cache/MapCache.java
package ai.chat2db.excel.cache; import java.util.ArrayList; import java.util.List; import ai.chat2db.excel.context.AnalysisContext; /** * Putting temporary data directly into a map is a little more efficient but very memory intensive * * @author Jiaju Zhuang */ public class MapCache implements ReadCache { pr...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/cache/ReadCache.java
package ai.chat2db.excel.cache; import ai.chat2db.excel.context.AnalysisContext; /** * Read cache * * @author Jiaju Zhuang */ public interface ReadCache { /** * Initialize cache * * @param analysisContext * A context is the main anchorage point of a excel reader. */ vo...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/cache/XlsCache.java
package ai.chat2db.excel.cache; import org.apache.poi.hssf.record.SSTRecord; import ai.chat2db.excel.context.AnalysisContext; /** * * Use SSTRecord. * * @author Jiaju Zhuang */ public class XlsCache implements ReadCache { private final SSTRecord sstRecord; public XlsCache(SSTRecord sstRecord) { ...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/cache
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/cache/selector/EternalReadCacheSelector.java
package ai.chat2db.excel.cache.selector; import ai.chat2db.excel.cache.ReadCache; import org.apache.poi.openxml4j.opc.PackagePart; /** * Choose a eternal cache * * @author Jiaju Zhuang **/ public class EternalReadCacheSelector implements ReadCacheSelector { private ReadCache readCache; public EternalRead...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/cache
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/cache/selector/ReadCacheSelector.java
package ai.chat2db.excel.cache.selector; import ai.chat2db.excel.cache.ReadCache; import org.apache.poi.openxml4j.opc.PackagePart; /** * Select the cache * * @author Jiaju Zhuang **/ public interface ReadCacheSelector { /** * Select a cache * * @param sharedStringsTablePackagePart * @retu...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/cache
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/cache/selector/SimpleReadCacheSelector.java
package ai.chat2db.excel.cache.selector; import java.io.IOException; import ai.chat2db.excel.cache.Ehcache; import ai.chat2db.excel.cache.MapCache; import ai.chat2db.excel.cache.ReadCache; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.Setter; import org.apache.poi.openxml4j.opc.PackagePart; imp...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/constant/BuiltinFormats.java
package ai.chat2db.excel.constant; import java.util.Locale; import java.util.Map; import ai.chat2db.excel.util.MapUtils; import ai.chat2db.excel.util.StringUtils; /** * Excel's built-in format conversion.Currently only supports Chinese. * * <p> * If it is not Chinese, it is recommended to directly modify the bui...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/constant/EasyExcelConstants.java
package ai.chat2db.excel.constant; import java.math.MathContext; import java.math.RoundingMode; /** * Used to store constant * * @author Jiaju Zhuang */ public class EasyExcelConstants { /** * Excel by default with 15 to store Numbers, and the double in Java can use to store number 17, led to the accura...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/constant/ExcelXmlConstants.java
package ai.chat2db.excel.constant; /** * @author jipengfei */ public class ExcelXmlConstants { public static final String DIMENSION_TAG = "dimension"; public static final String ROW_TAG = "row"; public static final String CELL_FORMULA_TAG = "f"; public static final String CELL_VALUE_TAG = "v"; /*...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/constant/OrderConstant.java
package ai.chat2db.excel.constant; /** * Order constant. * * @author Jiaju Zhuang */ public class OrderConstant { /** * The system's own style */ public static int DEFAULT_DEFINE_STYLE = -70000; /** * Annotation style definition */ public static int ANNOTATION_DEFINE_STYLE = -...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context/AnalysisContext.java
package ai.chat2db.excel.context; import java.io.InputStream; import java.util.List; import ai.chat2db.excel.event.AnalysisEventListener; import ai.chat2db.excel.read.metadata.ReadSheet; import ai.chat2db.excel.read.metadata.holder.ReadHolder; import ai.chat2db.excel.read.metadata.holder.ReadRowHolder; import ai.chat...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context/AnalysisContextImpl.java
package ai.chat2db.excel.context; import java.io.InputStream; import java.util.List; import ai.chat2db.excel.exception.ExcelAnalysisException; import ai.chat2db.excel.read.metadata.ReadSheet; import ai.chat2db.excel.read.metadata.ReadWorkbook; import ai.chat2db.excel.read.metadata.holder.ReadHolder; import ai.chat2db...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context/WriteContext.java
package ai.chat2db.excel.context; import java.io.OutputStream; import ai.chat2db.excel.enums.WriteTypeEnum; import org.apache.poi.ss.usermodel.Sheet; import org.apache.poi.ss.usermodel.Workbook; import ai.chat2db.excel.write.metadata.WriteSheet; import ai.chat2db.excel.write.metadata.WriteTable; import ai.chat2db.ex...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context/WriteContextImpl.java
package ai.chat2db.excel.context; import java.io.File; import java.io.FileOutputStream; import java.io.OutputStream; import java.util.Map; import java.util.UUID; import ai.chat2db.excel.enums.WriteTypeEnum; import ai.chat2db.excel.exception.ExcelGenerateException; import ai.chat2db.excel.metadata.CellRange; import ai...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context/csv/CsvReadContext.java
package ai.chat2db.excel.context.csv; import ai.chat2db.excel.context.AnalysisContext; import ai.chat2db.excel.read.metadata.holder.csv.CsvReadSheetHolder; import ai.chat2db.excel.read.metadata.holder.csv.CsvReadWorkbookHolder; /** * A context is the main anchorage point of a ls xls reader. * * @author Jiaju Zhuan...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context/csv/DefaultCsvReadContext.java
package ai.chat2db.excel.context.csv; import ai.chat2db.excel.context.AnalysisContextImpl; import ai.chat2db.excel.read.metadata.ReadWorkbook; import ai.chat2db.excel.read.metadata.holder.csv.CsvReadSheetHolder; import ai.chat2db.excel.read.metadata.holder.csv.CsvReadWorkbookHolder; import ai.chat2db.excel.support.Exc...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context/xls/DefaultXlsReadContext.java
package ai.chat2db.excel.context.xls; import ai.chat2db.excel.context.AnalysisContextImpl; import ai.chat2db.excel.read.metadata.ReadWorkbook; import ai.chat2db.excel.read.metadata.holder.xls.XlsReadSheetHolder; import ai.chat2db.excel.read.metadata.holder.xls.XlsReadWorkbookHolder; import ai.chat2db.excel.support.Exc...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context/xls/XlsReadContext.java
package ai.chat2db.excel.context.xls; import ai.chat2db.excel.context.AnalysisContext; import ai.chat2db.excel.read.metadata.holder.xls.XlsReadSheetHolder; import ai.chat2db.excel.read.metadata.holder.xls.XlsReadWorkbookHolder; /** * A context is the main anchorage point of a ls xls reader. * * @author Jiaju Zhuan...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context/xlsx/DefaultXlsxReadContext.java
package ai.chat2db.excel.context.xlsx; import ai.chat2db.excel.context.AnalysisContextImpl; import ai.chat2db.excel.read.metadata.ReadWorkbook; import ai.chat2db.excel.read.metadata.holder.xlsx.XlsxReadSheetHolder; import ai.chat2db.excel.read.metadata.holder.xlsx.XlsxReadWorkbookHolder; import ai.chat2db.excel.suppor...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/context/xlsx/XlsxReadContext.java
package ai.chat2db.excel.context.xlsx; import ai.chat2db.excel.context.AnalysisContext; import ai.chat2db.excel.read.metadata.holder.xlsx.XlsxReadSheetHolder; import ai.chat2db.excel.read.metadata.holder.xlsx.XlsxReadWorkbookHolder; /** * A context is the main anchorage point of a ls xlsx reader. * * @author Jiaju...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/AutoConverter.java
package ai.chat2db.excel.converters; /** * An empty converter.It's automatically converted by type. * * @author Jiaju Zhuang */ public class AutoConverter implements Converter<Object> { }
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/Converter.java
package ai.chat2db.excel.converters; import ai.chat2db.excel.enums.CellDataTypeEnum; import ai.chat2db.excel.metadata.GlobalConfiguration; import ai.chat2db.excel.metadata.data.ReadCellData; import ai.chat2db.excel.metadata.data.WriteCellData; import ai.chat2db.excel.metadata.property.ExcelContentProperty; /** * Con...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/ConverterKeyBuild.java
package ai.chat2db.excel.converters; import java.util.Map; import ai.chat2db.excel.enums.CellDataTypeEnum; import ai.chat2db.excel.util.MapUtils; import lombok.AllArgsConstructor; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.Setter; /** * Converter unique key.Consider that you can just use ...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/DefaultConverterLoader.java
package ai.chat2db.excel.converters; import java.util.Map; import ai.chat2db.excel.util.MapUtils; import ai.chat2db.excel.converters.ConverterKeyBuild.ConverterKey; import ai.chat2db.excel.converters.bigdecimal.BigDecimalBooleanConverter; import ai.chat2db.excel.converters.bigdecimal.BigDecimalNumberConverter; import...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/NullableObjectConverter.java
package ai.chat2db.excel.converters; /** * When implementing <code>convertToExcelData</code> method, pay attention to the reference <code>value</code> may be * null * * @author JiaJu Zhuang **/ public interface NullableObjectConverter<T> extends Converter<T> { }
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/ReadConverterContext.java
package ai.chat2db.excel.converters; import ai.chat2db.excel.context.AnalysisContext; import ai.chat2db.excel.metadata.data.ReadCellData; import ai.chat2db.excel.metadata.property.ExcelContentProperty; import lombok.AllArgsConstructor; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.Setter; /** ...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/WriteConverterContext.java
package ai.chat2db.excel.converters; import ai.chat2db.excel.context.WriteContext; import ai.chat2db.excel.metadata.property.ExcelContentProperty; import lombok.AllArgsConstructor; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; /** * write converter con...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/bigdecimal/BigDecimalBooleanConverter.java
package ai.chat2db.excel.converters.bigdecimal; import java.math.BigDecimal; import ai.chat2db.excel.converters.Converter; import ai.chat2db.excel.enums.CellDataTypeEnum; import ai.chat2db.excel.metadata.GlobalConfiguration; import ai.chat2db.excel.metadata.data.ReadCellData; import ai.chat2db.excel.metadata.data.Wri...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/bigdecimal/BigDecimalNumberConverter.java
package ai.chat2db.excel.converters.bigdecimal; import java.math.BigDecimal; import ai.chat2db.excel.converters.Converter; import ai.chat2db.excel.enums.CellDataTypeEnum; import ai.chat2db.excel.util.NumberUtils; import ai.chat2db.excel.metadata.GlobalConfiguration; import ai.chat2db.excel.metadata.data.ReadCellData;...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/bigdecimal/BigDecimalStringConverter.java
package ai.chat2db.excel.converters.bigdecimal; import java.math.BigDecimal; import java.text.ParseException; import ai.chat2db.excel.converters.Converter; import ai.chat2db.excel.enums.CellDataTypeEnum; import ai.chat2db.excel.util.NumberUtils; import ai.chat2db.excel.metadata.GlobalConfiguration; import ai.chat2db....
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/biginteger/BigIntegerBooleanConverter.java
package ai.chat2db.excel.converters.biginteger; import java.math.BigInteger; import ai.chat2db.excel.converters.Converter; import ai.chat2db.excel.enums.CellDataTypeEnum; import ai.chat2db.excel.metadata.GlobalConfiguration; import ai.chat2db.excel.metadata.data.ReadCellData; import ai.chat2db.excel.metadata.data.Wri...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/biginteger/BigIntegerNumberConverter.java
package ai.chat2db.excel.converters.biginteger; import java.math.BigInteger; import ai.chat2db.excel.converters.Converter; import ai.chat2db.excel.enums.CellDataTypeEnum; import ai.chat2db.excel.util.NumberUtils; import ai.chat2db.excel.metadata.GlobalConfiguration; import ai.chat2db.excel.metadata.data.ReadCellData;...
0
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters
java-sources/ai/chat2db/excel/easyexcel-plus-core/0.0.1/ai/chat2db/excel/converters/biginteger/BigIntegerStringConverter.java
package ai.chat2db.excel.converters.biginteger; import java.math.BigInteger; import java.text.ParseException; import ai.chat2db.excel.converters.Converter; import ai.chat2db.excel.enums.CellDataTypeEnum; import ai.chat2db.excel.util.NumberUtils; import ai.chat2db.excel.metadata.GlobalConfiguration; import ai.chat2db....