7 Ağustos 2019 Çarşamba

POI Excel XSSFTable Sınıfı

Giriş
Şu satırı dahil ederiz.
import org.apache.poi.xssf.usermodel.XSSFTable;
constructor
Şöyle yaparız.
XSSFSheet sheet = ...;

AreaReference areaReference = new AreaReference(
  new CellReference(0,0),
  new CellReference(10, 10,
    SpreadsheetVersion.EXCEL2007);

XSSFTable table = sheet.createTable(areaReference);

Hiç yorum yok:

Yorum Gönder