CN102156741A - Custom dynamic report system and implementation method thereof - Google Patents
Custom dynamic report system and implementation method thereof Download PDFInfo
- Publication number
- CN102156741A CN102156741A CN 201110095328 CN201110095328A CN102156741A CN 102156741 A CN102156741 A CN 102156741A CN 201110095328 CN201110095328 CN 201110095328 CN 201110095328 A CN201110095328 A CN 201110095328A CN 102156741 A CN102156741 A CN 102156741A
- Authority
- CN
- China
- Prior art keywords
- report
- data
- layer
- definition
- configuration file
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Document Processing Apparatus (AREA)
Abstract
The invention relates to a custom dynamic report system and an implementation method thereof. A custom dynamic report consists of a data layer, a service layer, a definition layer and a display layer; and the implementation method of the custom dynamic report comprises the following steps of: defining a report type according to a requirement of a report; defining an extensible markup language (XML) configuration file according to the report type; revolving the XML configuration file through the service layer so as to obtain configuration file information, meanwhile, uploading the display layer, namely an EXCEL template file, into a system memory so as to form a general report; acquiring original data from the data layer according to the configuration file information and manufacturing the original data into report data; combining the report data and the display layer, namely the EXCEL template file and generating a report in the system memory; and processing the generated report according to the configuration file so as to obtain the report. By the method, the execution and maintenance costs of the report system can be reduced greatly; due to simple configuration, the variable report requirement can be met; moreover, the report system is easy to manufacture and flexible in use; the data layer, the service layer, the definition layer and the display layer can be separated from one another; and the report system has ultrahigh flexibility, usability and practicability.
Description
Technical field
The present invention relates to a kind of processing and generation method of form, especially a kind of self-defined dynamic statement system and its implementation based on XML and EXCEL.
Background technology
Form is mainly used to represent some integrated datas, all finishes in the artificial mode of filling in before, and not only work efficiency is low, and labour intensity is big, and error rate is higher.Along with development of computer, in present practical application, the enterprise's special form software of purchase that has is finished form and is made a report on, then hard coded drafting in computer programming language of the enterprise that has.All there is such or such deficiency in these methods at aspects such as implementation cost, maintenance cost and dirigibilities, especially when user's form changes in demand, often to the personnel of awaiting development revise form, even could realize after will developing new procedures again, this does not often satisfy form needs the often real-time requirement of variation, even satisfy reluctantly, also can allow the exploitation maintainer have to run around all the time wears him out, increase and implement and later maintenance cost.And do the report form processing technology of medium for the certain applications EXCEL that has occurred, and except aspect dirigibility and configurability, being weak, can only in the Windows system, realize, and just powerless in systems such as Linux or Unix.
Summary of the invention
In view of this, for overcoming the deficiencies in the prior art, the invention provides a kind of with low cost, ease for use, configurable, dynamic statement system and its implementation of being customized for purpose, to satisfy the changeable demand of user.
The present invention utilizes advantages such as self-defined property that the XML system has, extensibility, expresses the data and even the statement form of all kinds form, and as the definitional language of report data and form; Utilize simultaneously that purposes is the widest in the market, the spreadsheet systems that number of users is maximum---EXCEL, and by its powerful representing and data processing function, the convenient Chinese style form of handling complexity, and make things convenient for the user oneself to edit according to demand, define required form voluntarily, realize the function of What You See Is What You Get, so define report form template with it.
The present invention is to provide a kind of so self-defined dynamic statement system, it is characterized in that: by data Layer, definition layer, operation layer with represent layer and constitute, wherein:
Described data Layer is for any data source that the form raw data can be provided, and as database, text etc. can be isomeries;
Described definition layer is based on the configuration file of XML, are made up of form macro definition, report heading definition, the definition of form body, report footing definition four major parts, the form macro definition is mainly used to define the type of form, final processing mode, printer name, printing umber, data source obtain manner etc.; Report heading definition, the definition of form body, report footing definition are used for defining the concrete corresponding number of data layers certificate of report data and display position, computing formula;
The described layer template file that is based on EXCEL that represent, the form element or the feature of definition general character in template, perhaps generate form according to configuration file, as information such as style, descriptive matter in which there and the content thereof of form, font, color, computing formula by program;
Described operation layer has the function of resolving configuration file, loading report form template, processing report data, generating final form.
The present invention is to provide a kind of like this implementation method of self-defined dynamic statement, comprise the following step:
(1) according to form requirement definition report form type;
(2) report form type according to step (1) defines the XML configuration file;
(3) obtain profile information by operation layer analyzing XML configuration file, it is the EXCEL template file that while loading in Installed System Memory represents layer, to form common form;
(4) profile information that obtains according to step (3) obtains raw data and is processed into report data from data Layer;
(5) representing of the report data of step (4) processing and step (3) being loaded layer is after the EXCEL template file combines, to generate form in Installed System Memory;
(6) profile information that obtains according to step (3) is disposed the form that step (5) generates, as opens or download and preserve or directly print form.
Described step (1) report form type determine be according to the feature of report heading, form body, report footing by following division:
I class form: the row, column data layout in the table all immobilizes, and report data provides with the filler cells case form;
II class form: report heading and report footing form are fixed, and the column format of form body and wherein value type, quantity, description are fixed, and row format and data wherein are dynamically changeable;
III type form: report heading and report footing form are fixed, and row, column form in the table and wherein value type, quantity, are described as dynamically changeable.
Because XML and EXCEL are common text, with the function of cross-platform language JAVA realization core business layer, operation layer just can be various platforms such as Windows, Linux, Unix as the deployment of service end so.
Self-defined dynamic statement system of the present invention and its implementation both can be applicable to the C/S system, also can be applicable to the B/S system.
Self-defined dynamic statement system of the present invention and its implementation fully combine XML and EXCEL strong point separately, by with data Layer, operation layer, definition layer and represent layer and separate, have realized the generation of self-defined dynamic statement fully.
The present invention has following advantage and effect: adopt such scheme, can satisfy changeable form demand, make simple, use flexibly, data Layer, operation layer, definition layer and represent the layer be separated from each other, as long as make the user can use EXCEL just can oneself adjust and definition, realize the function of What You See Is What You Get, simultaneously the enforcement of reporting system and maintenance cost are significantly reduced, get final product self-defined dynamic generation form by simple configuration, the deployment of service end can be finished in systems such as Linux or Unix, has high dirigibility, ease for use and practicality.
Description of drawings
Fig. 1 is the product process figure of the self-defined dynamic statement of the present invention;
Fig. 2 is the self-defined dynamic statement phylogenetic relationship of the present invention figure;
Fig. 3 is an embodiment E XCEL template file exemplary plot;
Fig. 4 is embodiment XML configuration file example figure;
Fig. 5 is the EXCEL template file figure that utilizes another report form type that the present invention makes;
Fig. 6 is the actual EXCEL form design sketch that utilizes corresponding diagram 5 templates that the present invention makes.
Embodiment
The present invention will be further described below by specific embodiment.
Embodiment
The implementation procedure of the label form of printing with self-defined tape font code is as present embodiment.
As shown in Figure 1:
101, according to form requirement definition report form type: as shown in Figure 3, this label form is a kind of steel product label, the row, column form of report display is fixed, and needs to print two-dimensional bar code, data from database, but forms such as the height of label printing paper, length, form element are dynamically changeable, need consume the actual conditions decision according to the condition of production and label paper, therefore, the label report definition of the tape font code being printed according to the form demand is the I type;
102, according to the I class report form type of step 101 definition XML configuration file:
The first step newly-built file with this form naming under the hard disc of computer specified path is " a hot rolled strip big shot ";
Second step newly-built EXCEL file under " hot rolled strip big shot " file, called after " the famous .xls of hot rolled strip ", content comprises the name of an article, standard, rank, weight, specification, steel grade, checker, date, class was other, two-dimensional bar code control etc., and the template file after the foundation is as shown in Figure 3, text description wherein preferably with produce the similar of reality, can allow the people come into plain view, the two-dimensional bar code control then is the ActiveX control that EXCEL carries, and value is pointed to cell A7;
The 3rd step newly-built XML file under " hot rolled strip big shot " file, called after " Declare.xml ", the configuration file after the foundation is as shown in Figure 4, comprise the form macro definition, the report heading definition, the definition of form body, report footing definition four big definitional parts; The type that has wherein defined form in the form macro definition is I, and the processing mode of form is directly to print, and printer name is K28, and number of copies is 2 and since acquiescence data from database, so present embodiment has omitted the definition of data source aspect; Because this form can be regarded the form that the special shape of II type promptly has only report heading as, thereby also only report heading is defined, as shown in Figure 4, ' hot rolled strip big shot ' place cell shown in ' FS_PRINTMATERIAL ' this data field respective figure 3, be that line index is 2, column index is B, and the rest may be inferred for other Field Definitions;
103, by operation layer analyzing XML configuration file, obtain " Declare.xml " profile information, " the famous .xls of hot rolled strip " template file is loaded in the calculator memory simultaneously, to form common form;
104, the profile information that obtains according to step 103, obtain raw data and be processed into report data from data Layer: this step, system at first finds raw data FS_PRINTMATERIAL according to " Declare.xml " configuration file from database, data such as FS_STANDARD are also handled, as whether suing for peace, average, decimal digits processing etc., IsSum=in the present embodiment " 0 " expression do not need to carry out read group total, in its practical operation, most of formula can directly define in the EXCEL template, do not need after the reporting system analytic formula individual processing again, the formula definition function in " Declare.xml " configuration file is the situation in more complicated, just use under the situation that the EXCEL template is difficult to define;
105, with the report data of step 104 processing and step (3) representing of loading layer is after the EXCEL template file combines, in Installed System Memory, generate form: in this step, reporting system can be filled into EXCEL template correspondence position according to configuration file definition information with the report data of handling well in the step 104, the B that outputs to the 2nd row as " name of an article " corresponding data source FS_PRINTMATERIAL is listed as, and the form after the generation resides in the middle of the internal memory;
106, after the form that the profile information that obtains according to step 103 generates step 105 is disposed, open or download preservation or directly print form: in this step, reporting system can be disposed the form that resides in the internal memory according to the configuration information of " Declare.xml " configuration file, after disposal is finished EXCEL report form template, XML defined file, form object are nullified, the releasing memory resource, in the present embodiment, the printer that will call " K28 " by name prints, and number of copies is 2.
So far, an embodiment finishes.When the final user finds that the label form does not satisfy the demands (as variations such as label pattern, size, fields), can adjust " cold-rolled steel sheet famous .xls " template file voluntarily and test; Even when data field changed, the user also can directly make amendment to " Declare.xml " defined file, does not develop modification again and do not need to give the form developer.
Introduce meaning of the present invention for outstanding more, Fig. 5 and Fig. 6 give the example that another report form type is II, and embodiment and above-mentionedly introduce similarly no longer is elaborated.
Those of ordinary skills can carry out various expansions, changes and improvements to the present invention on the basis of understanding the foregoing invention content.All employings are equal to replaces or technical scheme that equivalent transformation obtained, all drops within protection scope of the present invention.
Claims (3)
1. self-defined dynamic statement system is characterized in that: by data Layer, definition layer, operation layer with represent layer and constitute, wherein:
Described data Layer is for any data source that the form raw data can be provided, and as database, text etc. can be isomeries;
Described definition layer is based on the configuration file of XML, are made up of form macro definition, report heading definition, the definition of form body, report footing definition four major parts, the form macro definition is mainly used to define the type of form, final processing mode, printer name, printing umber, data source obtain manner etc.; Report heading definition, the definition of form body, report footing definition are used for defining the concrete corresponding number of data layers certificate of report data and display position, computing formula;
The described layer template file that is based on EXCEL that represent, the form element or the feature of definition general character in template, perhaps generate form according to configuration file, as information such as style, descriptive matter in which there and the content thereof of form, font, color, computing formula by program;
Described operation layer has the function of resolving configuration file, loading report form template, processing report data, generating final form.
2. the implementation method of a self-defined dynamic statement is characterized in that comprising the following step:
(1) according to form requirement definition report form type;
(2) report form type according to step (1) defines the XML configuration file;
(3) obtain profile information by operation layer analyzing XML configuration file, it is the EXCEL template file that while loading in Installed System Memory represents layer, to form common form;
(4) profile information that obtains according to step (3) obtains raw data and is processed into report data from data Layer;
(5) representing of the report data of step (4) processing and step (3) being loaded layer is after the EXCEL template file combines, to generate form in Installed System Memory;
(6) profile information that obtains according to step (3) is disposed the form that step (5) generates, as opens or download and preserve or directly print form.
3. the implementation method of self-defined dynamic statement as claimed in claim 2, it is characterized in that described step (1) report form type determine be according to the feature of report heading, form body, report footing by following division:
I class form: the row, column data layout in the table all immobilizes, and report data provides with the filler cells case form;
II class form: report heading and report footing form are fixed, and the column format of form body and wherein value type, quantity, description are fixed, and row format and data wherein are dynamically changeable;
III type form: report heading and report footing form are fixed, and row, column form in the table and wherein value type, quantity, are described as dynamically changeable.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 201110095328 CN102156741A (en) | 2011-04-16 | 2011-04-16 | Custom dynamic report system and implementation method thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 201110095328 CN102156741A (en) | 2011-04-16 | 2011-04-16 | Custom dynamic report system and implementation method thereof |
Publications (1)
Publication Number | Publication Date |
---|---|
CN102156741A true CN102156741A (en) | 2011-08-17 |
Family
ID=44438240
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN 201110095328 Pending CN102156741A (en) | 2011-04-16 | 2011-04-16 | Custom dynamic report system and implementation method thereof |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN102156741A (en) |
Cited By (28)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102609494A (en) * | 2012-01-21 | 2012-07-25 | 北京恒华伟业科技股份有限公司 | Method for processing data of machine account and device |
CN103092890A (en) * | 2011-11-08 | 2013-05-08 | 苏州中茵泰格科技有限公司 | System and method for automatic generation and sending of reports |
CN103136174A (en) * | 2011-11-24 | 2013-06-05 | 北大方正集团有限公司 | Method and device capable of generating report form |
CN103294691A (en) * | 2012-02-24 | 2013-09-11 | 镇江华扬信息科技有限公司 | XML (extensive makeup language)-based EXCEL report generation method in JAVA environment |
CN103345485A (en) * | 2013-06-24 | 2013-10-09 | 武汉钢铁(集团)公司 | Method and system for automatic generation of mainframe platform dynamic reports |
CN103399880A (en) * | 2013-07-16 | 2013-11-20 | 沈阳中科博微自动化技术有限公司 | Statistical method for equipment efficiency in piece mounting process |
CN103577388A (en) * | 2013-11-21 | 2014-02-12 | 中国农业银行股份有限公司 | Excel template based data processing method and device |
CN103823804A (en) * | 2012-11-19 | 2014-05-28 | 广州汽车集团股份有限公司 | Method and device for converting CAN (controller area network) files into Excel files |
CN103838596A (en) * | 2012-11-26 | 2014-06-04 | 中国银联股份有限公司 | Formatted file generation system, device and method for data processing |
CN104572048A (en) * | 2013-10-18 | 2015-04-29 | 镇江鼎拓科技信息有限公司 | XML-based EXCEL report generation method in JSP environment |
CN104636127A (en) * | 2014-08-06 | 2015-05-20 | 歌尔声学股份有限公司 | Method and device for developing report form or billboard |
CN104657091A (en) * | 2013-11-20 | 2015-05-27 | 航天信息股份有限公司 | Method for formatted printing of template data in tax control system |
CN105045775A (en) * | 2015-08-12 | 2015-11-11 | 深圳联友科技有限公司 | Method and apparatus for generating Excel document in designated format |
CN105243022A (en) * | 2015-11-10 | 2016-01-13 | 中国建设银行股份有限公司 | Method and device for analyzing performance data of host application software system |
CN105279228A (en) * | 2015-09-14 | 2016-01-27 | 深圳市永兴元科技有限公司 | Report processing method and device based on extensible markup language |
CN105808228A (en) * | 2014-12-31 | 2016-07-27 | 青岛中科软件股份有限公司 | Generation method of dynamic configuration statement |
CN106095740A (en) * | 2016-06-03 | 2016-11-09 | 中国南方电网有限责任公司 | Page map-integrated OA generates method and system |
CN106156075A (en) * | 2015-03-31 | 2016-11-23 | 中国科学院声学研究所 | A kind of report generation and the method and device of displaying |
CN106294128A (en) * | 2016-07-25 | 2017-01-04 | 合网络技术(北京)有限公司 | A kind of automated testing method deriving report data and device |
CN106294300A (en) * | 2016-08-09 | 2017-01-04 | 国网江苏省电力公司无锡供电公司 | Auxiliary form intelligent generation method based on intelligent dispatching system |
CN106354707A (en) * | 2015-10-29 | 2017-01-25 | 云南电力调度控制中心 | Province class power grid energy-saving power generation dispatching report dynamic generation system |
CN106776799A (en) * | 2016-11-23 | 2017-05-31 | 广东小天才科技有限公司 | Method and equipment for recording and analyzing quality information |
CN107480119A (en) * | 2017-08-23 | 2017-12-15 | 郑州云海信息技术有限公司 | A kind of report form template generation method and device |
CN108664004A (en) * | 2018-05-21 | 2018-10-16 | 石化盈科信息技术有限责任公司 | The flexible report component of dynamic and configurable and the configuration method of report |
CN109032580A (en) * | 2018-07-14 | 2018-12-18 | 河北工程大学 | A kind of production method that general data is reported to a higher authorities for approval and analyzes software |
CN109189786A (en) * | 2018-08-14 | 2019-01-11 | 武汉虹信通信技术有限责任公司 | A method of self-defined report is generated for the Element management system period |
CN109388612A (en) * | 2018-09-14 | 2019-02-26 | 中国科学院光电研究院 | A kind of method, equipment, system and the medium of data summarization document structure tree |
CN111931460A (en) * | 2020-07-02 | 2020-11-13 | 上海微亿智造科技有限公司 | Variable-row-supporting Excel file analysis method and system |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102004790A (en) * | 2010-12-09 | 2011-04-06 | 向心力信息技术股份有限公司 | Method for exporting high-throughput data report |
-
2011
- 2011-04-16 CN CN 201110095328 patent/CN102156741A/en active Pending
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102004790A (en) * | 2010-12-09 | 2011-04-06 | 向心力信息技术股份有限公司 | Method for exporting high-throughput data report |
Non-Patent Citations (1)
Title |
---|
《中国优秀硕士学位论文全文数据库,中国学术期刊(光盘版)电子期刊》 20070815 杨建宏 基于XML的异构数据集成及报表的研究与应用 , 第8期 * |
Cited By (37)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103092890A (en) * | 2011-11-08 | 2013-05-08 | 苏州中茵泰格科技有限公司 | System and method for automatic generation and sending of reports |
CN103136174A (en) * | 2011-11-24 | 2013-06-05 | 北大方正集团有限公司 | Method and device capable of generating report form |
CN102609494A (en) * | 2012-01-21 | 2012-07-25 | 北京恒华伟业科技股份有限公司 | Method for processing data of machine account and device |
CN103294691A (en) * | 2012-02-24 | 2013-09-11 | 镇江华扬信息科技有限公司 | XML (extensive makeup language)-based EXCEL report generation method in JAVA environment |
CN103823804A (en) * | 2012-11-19 | 2014-05-28 | 广州汽车集团股份有限公司 | Method and device for converting CAN (controller area network) files into Excel files |
CN103838596A (en) * | 2012-11-26 | 2014-06-04 | 中国银联股份有限公司 | Formatted file generation system, device and method for data processing |
CN103345485A (en) * | 2013-06-24 | 2013-10-09 | 武汉钢铁(集团)公司 | Method and system for automatic generation of mainframe platform dynamic reports |
CN103345485B (en) * | 2013-06-24 | 2016-09-28 | 武汉钢铁(集团)公司 | A kind of mainframe platform dynamic statement automatic generation method and system |
CN103399880A (en) * | 2013-07-16 | 2013-11-20 | 沈阳中科博微自动化技术有限公司 | Statistical method for equipment efficiency in piece mounting process |
CN104572048A (en) * | 2013-10-18 | 2015-04-29 | 镇江鼎拓科技信息有限公司 | XML-based EXCEL report generation method in JSP environment |
CN104657091A (en) * | 2013-11-20 | 2015-05-27 | 航天信息股份有限公司 | Method for formatted printing of template data in tax control system |
CN104657091B (en) * | 2013-11-20 | 2018-11-13 | 航天信息股份有限公司 | Template data formats Method of printing in a kind of taxation control system |
CN103577388A (en) * | 2013-11-21 | 2014-02-12 | 中国农业银行股份有限公司 | Excel template based data processing method and device |
CN104636127A (en) * | 2014-08-06 | 2015-05-20 | 歌尔声学股份有限公司 | Method and device for developing report form or billboard |
CN105808228A (en) * | 2014-12-31 | 2016-07-27 | 青岛中科软件股份有限公司 | Generation method of dynamic configuration statement |
CN106156075A (en) * | 2015-03-31 | 2016-11-23 | 中国科学院声学研究所 | A kind of report generation and the method and device of displaying |
CN106156075B (en) * | 2015-03-31 | 2019-08-02 | 中国科学院声学研究所 | A kind of method and device of report generation and displaying |
CN105045775A (en) * | 2015-08-12 | 2015-11-11 | 深圳联友科技有限公司 | Method and apparatus for generating Excel document in designated format |
CN105279228A (en) * | 2015-09-14 | 2016-01-27 | 深圳市永兴元科技有限公司 | Report processing method and device based on extensible markup language |
CN106354707A (en) * | 2015-10-29 | 2017-01-25 | 云南电力调度控制中心 | Province class power grid energy-saving power generation dispatching report dynamic generation system |
CN106354707B (en) * | 2015-10-29 | 2019-04-19 | 云南电力调度控制中心 | A kind of provincial power network energy-saving power generation dispatching report dynamic generating system |
CN105243022B (en) * | 2015-11-10 | 2018-05-18 | 中国建设银行股份有限公司 | The performance data analysis method and device of host application software system |
CN105243022A (en) * | 2015-11-10 | 2016-01-13 | 中国建设银行股份有限公司 | Method and device for analyzing performance data of host application software system |
CN106095740A (en) * | 2016-06-03 | 2016-11-09 | 中国南方电网有限责任公司 | Page map-integrated OA generates method and system |
CN106294128A (en) * | 2016-07-25 | 2017-01-04 | 合网络技术(北京)有限公司 | A kind of automated testing method deriving report data and device |
CN106294128B (en) * | 2016-07-25 | 2019-04-23 | 合一网络技术(北京)有限公司 | A kind of automated testing method and device exporting report data |
CN106294300A (en) * | 2016-08-09 | 2017-01-04 | 国网江苏省电力公司无锡供电公司 | Auxiliary form intelligent generation method based on intelligent dispatching system |
CN106776799B (en) * | 2016-11-23 | 2020-02-07 | 广东小天才科技有限公司 | Method and equipment for recording and analyzing quality information |
CN106776799A (en) * | 2016-11-23 | 2017-05-31 | 广东小天才科技有限公司 | Method and equipment for recording and analyzing quality information |
CN107480119A (en) * | 2017-08-23 | 2017-12-15 | 郑州云海信息技术有限公司 | A kind of report form template generation method and device |
CN108664004A (en) * | 2018-05-21 | 2018-10-16 | 石化盈科信息技术有限责任公司 | The flexible report component of dynamic and configurable and the configuration method of report |
CN109032580A (en) * | 2018-07-14 | 2018-12-18 | 河北工程大学 | A kind of production method that general data is reported to a higher authorities for approval and analyzes software |
CN109189786A (en) * | 2018-08-14 | 2019-01-11 | 武汉虹信通信技术有限责任公司 | A method of self-defined report is generated for the Element management system period |
CN109189786B (en) * | 2018-08-14 | 2020-10-13 | 武汉虹信通信技术有限责任公司 | Method for periodically generating custom report form for network element management system |
CN109388612A (en) * | 2018-09-14 | 2019-02-26 | 中国科学院光电研究院 | A kind of method, equipment, system and the medium of data summarization document structure tree |
CN109388612B (en) * | 2018-09-14 | 2021-01-15 | 中国科学院光电研究院 | Method, equipment, system and medium for generating data summary document |
CN111931460A (en) * | 2020-07-02 | 2020-11-13 | 上海微亿智造科技有限公司 | Variable-row-supporting Excel file analysis method and system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN102156741A (en) | Custom dynamic report system and implementation method thereof | |
US11210456B2 (en) | Method relating to preparation of a report | |
CN108885611A (en) | document automation | |
CN102074080A (en) | Customization and management method of visual management invoice template | |
Hassanzadeh et al. | How to assess sustainability of countries via inverse data envelopment analysis? | |
Beach et al. | Towards automated compliance checking in the construction industry | |
CN103294691A (en) | XML (extensive makeup language)-based EXCEL report generation method in JAVA environment | |
CN101149737A (en) | Method for quickly establishing web form and automatically establishing corresponding data table in database through Microsoft Word | |
CN103646303A (en) | A flexible management information system used for customizing processes and forms in a ship enterprise | |
Semerikov et al. | Automation of the Export Data from Open Journal Systems to the Russian Science Citation Index | |
CN106570243A (en) | Missile design and simulation integrated platform | |
CN106779594A (en) | A kind of Workflow management method based on Activiti | |
CN107451932A (en) | Construction quality retrospect intelligent management cloud platform system and method based on Quick Response Code | |
CN107590229A (en) | A kind of method for building education resource multi-tag marking model | |
Blöschl et al. | Joint Editorial" On the future of journal publications in hydrology" | |
CN107908843A (en) | Management system based on title block information extraction | |
Yu et al. | Land use optimization in a resource-exhausted city based on simulation of the FEW nexus | |
CN106844313A (en) | A kind of method and apparatus that Word file is converted into html file | |
CN110245341B (en) | Identification code batch generation method and device | |
CN107015959A (en) | A kind of method that version is closed to pdf document | |
CN104657340B (en) | Expansible Word report preparing systems and method based on script | |
CN104572048A (en) | XML-based EXCEL report generation method in JSP environment | |
CN106233242A (en) | Print for automatization's numeral RFID and integrated system and method | |
JP2016224550A (en) | Conversion method | |
Manjunatha et al. | Citation prediction using time series approach kdd cup 2003 (task 1) |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20110817 |