根据三调数据,生成土地利用现状分类面积统计表
ExcelApp:Variant; str1:string; i: LongInt; f: Double; len:integer; begin ExcelApp:=CreateOleObject('Excel.Application'); //ExcelApp.visible:=true; ExcelApp.Caption:='应用程序调用 Microsoft Excel'; if OpenDialog2.Execute then begin ExcelApp.workBooks.Open(OpenDialog2.filename); end; ExcelApp.WorkSheets['电解方面(日报2)'].activate;
2020-01-03 11:22:01 2.83MB delphi excel
1
分享一个C#利用微软自带的控件ReportViewer进行报表设计的小例子
2019-12-21 21:47:18 570KB C#生成报表
1