Fixed-point HE-AAC decoder Developed by RealNetworks, 2005===============================Overview--------This module contains a high-performance HE-AAC decoder for 32-bit fixed-point processors. The following is a summary of what is and is not suppo
Fast Report v4.9.32 Size: 6.16MB ---------- FastReport v4 Report generator for Delphi 4-7,2005, BDS 2006, RAD Studio 2007,2009,2010 and C++Builder 4-6,2006,2007,2009,2010 (c) 1998-2009 by Alexander Tzyganenko, Fast Reports Inc. ---------- version 4.
EMS ExcelReport component is a powerful band-oriented generator of template-based reports in MS Excel. Easy-to-use component property editors allow you to create powerful reports in MS Excel quickly, easily and intuitively understandable. Now you ca
操纵Excel极好的控件,包含源代码、例程、帮助FlexCel Reports is a suite of Delphi 5/6/7 components allowing to create Excel files by substituting values into a Template from a database or variables. Also, there is an api allowing to directly read/write Excel files, and
ARExcelReport. IntroductionARExcelReport component are designed to provide easy way for reports generation in Microsoft® Excel. It is very comfortable for use and may be used as a main or complementary reporting tool in your projects.Thanks to t
根据excel模版导出excel,核心代码如下: /*-------------- 1.准备数据--------------*/ List resultList = new ArrayList(); Date todays = new Date();//日期 List countList = new ArrayList();//行数据 countList.add("A-001");//类别 countList.add(20L);//数量 resultList.add(countList); c
//region 数据源
List resultList = new ArrayList();
Model model = new Model();
model.setCode("01");
model.setName("测试1");
resultList.add(model);
model = new Model();
model.setCode("02");
m