Codota Logo
Excel.databaseFormat
Code IndexAdd Codota to your IDE (free)

How to use
databaseFormat
method
in
org.jeecgframework.poi.excel.annotation.Excel

Best Java code snippets using org.jeecgframework.poi.excel.annotation.Excel.databaseFormat (Showing top 6 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
List l =
  • Codota Iconnew LinkedList()
  • Codota IconCollections.emptyList()
  • Codota Iconnew ArrayList()
  • Smart code suggestions by Codota
}
origin: org.jeecg/easypoi-base

excelEntity.setSaveType(excel.imageType());
excelEntity.setReplace(excel.replace());
excelEntity.setDatabaseFormat(excel.databaseFormat());
excelEntity.setSuffix(excel.suffix());
excelEntity.setImportField(Boolean
origin: xiaolanglang/easypoi

excelEntity.setSaveType(excel.imageType());
excelEntity.setReplace(excel.replace());
excelEntity.setDatabaseFormat(excel.databaseFormat());
excelEntity.setVerify(getImportVerify(field));
excelEntity.setSuffix(excel.suffix());
origin: zhangdaiscott/jeasypoi

excelEntity.setSaveType(excel.imageType());
excelEntity.setReplace(excel.replace());
excelEntity.setDatabaseFormat(excel.databaseFormat());
excelEntity.setVerify(getImportVerify(field));
excelEntity.setSuffix(excel.suffix());
origin: org.jeecg/easypoi-base

excelEntity.setExportImageType(excel.imageType());
excelEntity.setSuffix(excel.suffix());
excelEntity.setDatabaseFormat(excel.databaseFormat());
excelEntity.setFormat(
  StringUtils.isNotEmpty(excel.exportFormat()) ? excel.exportFormat() : excel.format());
origin: zhangdaiscott/jeasypoi

excelEntity.setExportImageType(excel.imageType());
excelEntity.setSuffix(excel.suffix());
excelEntity.setDatabaseFormat(excel.databaseFormat());
excelEntity.setFormat(StringUtils.isNotEmpty(excel.exportFormat()) ? excel.exportFormat() : excel.format());
excelEntity.setStatistics(excel.isStatistics());
origin: xiaolanglang/easypoi

/**
 * 注解到导出对象的转换
 * 
 * @param targetId
 * @param field
 * @param excelEntity
 * @param excel
 * @param pojoClass
 * @throws Exception
 */
private void getExcelField(String targetId, Field field, ExcelExportEntity excelEntity,
              Excel excel, Class<?> pojoClass) throws Exception {
  excelEntity.setName(getExcelName(excel.name(), targetId));
  excelEntity.setWidth(excel.width());
  excelEntity.setHeight(excel.height());
  excelEntity.setNeedMerge(excel.needMerge());
  excelEntity.setMergeVertical(excel.mergeVertical());
  excelEntity.setMergeRely(excel.mergeRely());
  excelEntity.setReplace(excel.replace());
  excelEntity.setOrderNum(getCellOrder(excel.orderNum(), targetId));
  excelEntity.setWrap(excel.isWrap());
  excelEntity.setExportImageType(excel.imageType());
  excelEntity.setSuffix(excel.suffix());
  excelEntity.setDatabaseFormat(excel.databaseFormat());
  excelEntity.setFormat(StringUtils.isNotEmpty(excel.exportFormat()) ? excel.exportFormat()
    : excel.format());
  excelEntity.setStatistics(excel.isStatistics());
  String fieldname = field.getName();
  excelEntity.setMethod(PoiPublicUtil.getMethod(fieldname, pojoClass));
}
org.jeecgframework.poi.excel.annotationExceldatabaseFormat

Popular methods of Excel

  • exportFormat
  • format
  • height
  • imageType
  • importFormat
  • isStatistics
  • isWrap
  • mergeRely
  • mergeVertical
  • name
  • needMerge
  • orderNum
  • needMerge,
  • orderNum,
  • replace,
  • savePath,
  • suffix,
  • type,
  • width,
  • <init>,
  • dicCode

Popular in Java

  • Updating database using SQL prepared statement
  • setRequestProperty (URLConnection)
  • findViewById (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • IOException (java.io)
    Signals that an I/O exception of some sort has occurred. This class is the general class of exceptio
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Iterator (java.util)
    An iterator over a collection. Iterator takes the place of Enumeration in the Java Collections Frame
  • Timer (java.util)
    A facility for threads to schedule tasks for future execution in a background thread. Tasks may be s
  • JList (javax.swing)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now