CN109299446B - Report generation method and device - Google Patents

Report generation method and device Download PDF

Info

Publication number
CN109299446B
CN109299446B CN201810878453.2A CN201810878453A CN109299446B CN 109299446 B CN109299446 B CN 109299446B CN 201810878453 A CN201810878453 A CN 201810878453A CN 109299446 B CN109299446 B CN 109299446B
Authority
CN
China
Prior art keywords
report
intermediate file
report template
format
template
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.)
Active
Application number
CN201810878453.2A
Other languages
Chinese (zh)
Other versions
CN109299446A (en
Inventor
张栋
吴鑫龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
New H3C Big Data Technologies Co Ltd
Original Assignee
New H3C Big Data Technologies Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by New H3C Big Data Technologies Co Ltd filed Critical New H3C Big Data Technologies Co Ltd
Priority to CN201810878453.2A priority Critical patent/CN109299446B/en
Publication of CN109299446A publication Critical patent/CN109299446A/en
Application granted granted Critical
Publication of CN109299446B publication Critical patent/CN109299446B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates

Abstract

The application provides a report generation method and a report generation device, wherein the method comprises the following steps: the method comprises the steps of obtaining a report template in an HTML format, wherein the report template comprises content to be displayed and a tag for recording the display format of the content to be displayed, and the content to be displayed comprises at least one place-occupying mark; receiving a report generation instruction, reading the report template, searching corresponding data according to the position-occupying identification in the report template, and inserting the data into the report template to form an intermediate file in an HTML format; and converting the format of the intermediate file to generate a report file with a preset format. Because the style of the content to be displayed exists in the form of the label in the report template in the HTML format, the user can conveniently and flexibly edit the content on line. The style and the actual content to be displayed in the generated intermediate file in the HTML format are separated by different labels, so that the user can modify the generated content conveniently.

Description

Report generation method and device
Technical Field
The present application relates to the field of big data processing technologies, and in particular, to a report generation method and apparatus.
Background
With the development of big data technology, the demand for data visualization analysis is increasing, and the user demand is to statistically display some data on the data platform through various styles of charts, and the report file for displaying statistical results is required to have a uniform format. This requires a uniform report template to be created, which is filled with the content to be dynamically updated when the report file is to be generated. In some scenarios, the report file required by the user is in a particular file format, e.g., word format. In order to obtain a file in such a format, in the prior art, a user generally needs to edit and generate a word template online, and then upload the word template to a data processing platform, and the data processing platform inserts content that needs to be dynamically updated into the word template to form a report file. The report file generated by adopting the method needs the user to modify the word template again under the online condition once the report format needs to be changed and uploads the word template to the data platform again, so that the operation is complex and the flexibility is poor. In addition, if format modification is required to be performed on the generated report, the format modification can be performed only in the report file in the word format, and modification operation is very inconvenient.
Disclosure of Invention
In a first aspect, the present application provides a report generation method, including:
the method comprises the steps of obtaining a report template in an HTML format, wherein the report template comprises content to be displayed and a tag for recording the display format of the content to be displayed, and the content to be displayed comprises at least one place-occupying mark;
receiving a report generation instruction, reading the report template, searching corresponding data according to the position-occupying identification in the report template, and inserting the data into the report template to form an intermediate file in an HTML format;
and converting the format of the intermediate file to generate a report file with a preset format.
Optionally, the step of obtaining a report template in an HTML format includes:
providing a WEB page including a rich text editor to a user;
and generating the report template in the HTML format according to the editing operation of the user on the WEB page.
Optionally, the placeholder includes a query duration and query content; the step of searching corresponding data according to the placeholder in the report template and inserting the data into the report template to form an intermediate file in an HTML format comprises the following steps:
and inquiring data corresponding to the inquiry content within the time coverage range of the inquiry duration by taking the current time as an inquiry starting point, and inserting the searched data into the report template to form the HTML-format intermediate file.
Optionally, the step of inserting the found data into the report template to form the intermediate file in the HTML format includes:
and replacing the placeholder in the report template with the searched data.
Optionally, the method further comprises:
receiving a modification instruction aiming at the intermediate file, replacing a corresponding label in the intermediate file according to the modification instruction, and converting the modified intermediate file into a new report file.
In a second aspect, the present application provides a report generating apparatus, the apparatus comprising:
the system comprises a template acquisition module, a display module and a display module, wherein the template acquisition module is used for acquiring a report template in an HTML format, the report template comprises content to be displayed and a tag for recording the display format of the content to be displayed, and the content to be displayed comprises at least one place-occupying mark;
the intermediate file generation module is used for receiving a report generation instruction, reading the report template, searching corresponding data according to the position-occupying identification in the report template, and inserting the data into the report template to form an intermediate file in an HTML format;
and the report file generating module is used for converting the format of the intermediate file to generate a report file in a preset format.
Optionally, the template obtaining module is specifically configured to provide a WEB page including a rich text editor for a user; and generating the report template in the HTML format according to the editing operation of the user on the WEB page.
Optionally, the placeholder includes a query duration and query content; the intermediate file generation module is specifically configured to query, with the current time as a query starting point, data corresponding to the query content within the time coverage of the query duration, and insert the found data into the report template to form the intermediate file in the HTML format.
Optionally, when the found data is inserted into the report template to form the HTML-formatted intermediate file, the intermediate file generation module replaces the placeholder in the report template with the found data.
Optionally, the apparatus further comprises:
and the modification module is used for receiving a modification instruction aiming at the intermediate file, replacing the corresponding label in the intermediate file according to the modification instruction, and converting the modified intermediate file into a new report file.
Compared with the prior art, the method has the following beneficial effects:
according to the report generation method and device provided by the embodiment of the application, the content to be displayed, which needs to be dynamically updated, is added into the report template in the HTML format to generate the intermediate file in the HTML format, and then the intermediate file is converted into the report file in the preset format. Because the style of the content to be displayed exists in the form of the label in the report template in the HTML format, the user can conveniently and flexibly edit the content on line. The style and the actual content to be displayed in the generated intermediate file in the HTML format are separated by different labels, so that the user can modify the generated content conveniently.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained from the drawings without inventive effort.
Fig. 1 is a schematic view of an application scenario of a server according to an embodiment of the present application;
fig. 2 is a schematic flowchart of a report generation method according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a report template provided by an embodiment of the present application;
fig. 4 is a hardware schematic diagram of a server according to an embodiment of the present disclosure;
fig. 5 is a schematic functional module diagram of a report generation apparatus according to an embodiment of the present application.
Icon: 100-a server; 110-report generating means; 111-template acquisition module; 112-an intermediate file generation module; 113-report file generation module; 114-a modification module; 120-a memory; 130-a processor; 140-a communication unit; 200-a client; 300-network.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present application, presented in the accompanying drawings, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
Referring to fig. 1, the solution provided in the present embodiment is mainly applied to the server 100 shown in fig. 1, and the server 100 may communicate with the client 200 through the network 300. In this embodiment, the Server 100 may provide a WEB interaction page based on a Browser/Server (Browser/Server, referred to as B/S) architecture for the client 200, so that the client 200 operates a large data platform deployed on the Server 100 through the WEB interaction page. The server 100 shown in fig. 1 may be a single server or a cluster formed by a plurality of servers.
Referring to fig. 2, the present embodiment provides a report generation method applied to the server 100 shown in fig. 1, and the steps of the method are explained in detail below.
Step S110, obtaining a report template in an HTML format, wherein the report template comprises content to be displayed and a tag for recording the display format of the content to be displayed, and the content to be displayed comprises at least one placeholder.
Optionally, in this embodiment, the server 100 may provide a WEB page including a Rich Text Editor (Rich Text Editor) for the user. And then generating the report template in the HTML format according to the editing operation of the user on the WEB page.
Referring to fig. 3, fig. 3 is a schematic diagram illustrating comparison between contents input in an edited state in a rich text editor and a report template stored in an HTML format. In the report template edited by the rich text editor, the display format or display style is stored in the form of a tag together with the content to be displayed.
For example, in the rich text editor shown in fig. 3, the user uses a font of regular script _ GB2312, the text "full network link daily throughput peak contrast" input by 18-point font, and the corresponding content after saving as the report template in HTML format is "< font face ═ regular script _ GB2312, and regular script" > < font style ═ font-size:18 px; "> Total network Link daily throughput Peak vs. Thent </font >. Wherein, the display format label is "< font face ═ regular script _ GB2312, regular script" > < font style ═ font-size:18 px; and ">", the corresponding content to be displayed is "the comparison of the daily throughput peak values of the links of the whole network".
In addition, in this embodiment, for data that needs to be inserted and displayed, the user may input a placeholder corresponding to the data in the rich text editor instead. For example, if a graph of the daily throughput peak comparison of the whole network link is inserted under the caption of "daily throughput peak comparison of the whole network link", the user may input "{ # day _ speed _ table } in the rich text editor shown in fig. 3 instead of the graph of the daily throughput peak comparison required to be inserted.
Compared with the prior art, once template modification is carried out, a user needs to edit a report template online and then upload the report template to a data platform, in the scheme provided by this embodiment, because the display format or the display style exists in the report template in the HTML format in the form of a tag, the user does not need to use special software to carry out the action of template editing or template uploading, and the display format or the display style in the template can be directly and flexibly adjusted and modified on a WEB page. For example, the user may modify "18 px" of the tag corresponding to the display format in the HTML report template shown in fig. 3 to "24 px" using an online rich text editor or directly editing the report template in the HTNL format, i.e., the size of the display word of the word "throughput peak comparison on the entire network link day" may be adjusted to 24 lbs.
And step S120, receiving a report generation instruction, reading the report template, searching corresponding data according to the position-occupying identification in the report template, and inserting the data into the report template to form an intermediate file in an HTML format.
When receiving a report generation instruction and starting to generate a report file, the server 100 first reads a specified report template, and then searches for corresponding data according to an placeholder in the report template.
Optionally, based on different time points, data to be displayed may be different, for example, weekly throughput peak comparison data of the last week may be different from weekly throughput peak comparison data of the present week, so in this embodiment, the placeholder includes a query duration and query content, for example, in the placeholder "{ # day _ speed _ table }" of the graph representing daily throughput peak comparison in fig. 3, "day" represents that the query duration is one day, and "speed _ table" represents that the query content is a graph of the full-network throughput peak.
The server 100 may query the data corresponding to the query content within the time coverage of the query duration by using the current time as a query starting point, and insert the searched data into the report template to form the HTML-formatted intermediate file. For example, for the placeholder "{ # day _ speed _ table } }", the server 100 queries the full-network throughput peak within the day before the current time according to the current time, and replaces the placeholder "{ # day _ speed _ table } }" in the report template with the found data. In the process of inserting data, the server 100 replaces the placeholder in the report template with the found data. For example, replacing the data corresponding to the searched daily throughput peak value comparison chart with { # day _ speed _ table } } identification. The finding and replacing actions of the position-occupying identification can be realized through a preset Python language script and other modes.
The intermediate file in the HTML format for the report generating action is obtained by inserting the data into the report template, and the server 100 may first store the intermediate file.
Step S130, performing format conversion on the intermediate file to generate a report file with a preset format.
In this embodiment, the server 100 may convert the generated intermediate file into a format required by the user, for example, convert the intermediate file in the HTML format into a report file in the word format. Wherein after format conversion, the intermediate file can still be saved in the server 100.
In the prior art, if the report file is modified after being generated, a scheme of modifying the generated report file one by one on line is required, and misoperation in modification may cause data in the report file to be modified by mistake.
Compared with the prior art, in the scheme provided by this embodiment, because the display format or the display style is stored together with the content to be displayed in the intermediate file in the HTML format in the form of a tag, after the intermediate file is generated, the user can also adjust the display format or the display style of the intermediate file on the WEB page by modifying the corresponding tag without affecting other data to be displayed. For example, in this embodiment, the server 100 may receive a modification instruction for the intermediate file, replace a corresponding tag in the intermediate file according to the modification instruction, and convert the modified intermediate file into a new report file. Thus, in the scheme provided by the embodiment, the generated report can be flexibly modified on line, which is convenient for the operation of the user.
Referring to fig. 4, fig. 4 is a block diagram of the server 100 shown in fig. 1. The server 100 includes a memory 120, a processor 130, and a communication unit 140.
The elements of the memory 120, the processor 130 and the communication unit 140 are electrically connected to each other directly or indirectly to realize data transmission or interaction. For example, the components may be electrically connected to each other via one or more communication buses or signal lines. The memory 120 may store machine-executable instructions, for example, the memory 120 stores instructions related to report generation logic, and when the machine-executable instructions are executed by the processor 130, the server 100 is caused to implement the message generation method provided by the embodiment.
The Memory 120 may be, but is not limited to, a Random Access Memory (RAM), a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Read-Only Memory (EPROM), an electrically Erasable Read-Only Memory (EEPROM), and the like. The memory 120 is used for storing a program, and the processor 130 executes the program after receiving the execution instruction. The communication unit 140 is configured to establish a communication connection between the server 100 and the client 200 through the network 300, and is configured to transceive data through the network 300.
Referring to fig. 5, the present embodiment further provides a report generating apparatus 110 applied to the server 100, which includes a template obtaining module 111, an intermediate file generating module 112, and a report file generating module 113.
The template obtaining module 111 is configured to obtain a report template in an HTML format, where the report template includes at least one placeholder.
In this embodiment, the template obtaining module 111 may be configured to execute step S110 shown in fig. 3, and for a detailed description of the template obtaining module 111, reference may be made to the description of step S110.
Optionally, in this embodiment, the template obtaining module 111 is specifically configured to provide a WEB page including a rich text editor for a user; and generating the report template in the HTML format according to the editing operation of the user on the WEB page.
The intermediate file generating module 112 is configured to receive a report generating instruction, read the report template, search for corresponding data according to the placeholder in the report template, and insert the data into the report template to form an intermediate file in an HTML format.
In this embodiment, the intermediate file generating module 112 may be configured to execute step S120 shown in fig. 3, and the detailed description about the intermediate file generating module 112 may refer to the description about step S120.
Optionally, in this embodiment, the intermediate file generating module 112 is specifically configured to search for corresponding data according to the placeholder in the report template and the current time, and insert the searched data into the report template to form the intermediate file in the HTML format.
Optionally, in this embodiment, when the found data is inserted into the report template to form the HTML-formatted intermediate file, the intermediate file generating module 112 replaces the placeholder in the report template with the found data.
The report file generating module 113 is configured to perform format conversion on the intermediate file, and generate a report file in a preset format.
In this embodiment, the report file generating module 113 may be configured to execute step S130 shown in fig. 3, and the detailed description about the report file generating module 113 may refer to the description about step S130.
Optionally, referring to fig. 5 again, in this embodiment, the apparatus may further include a modification module 114.
The modification module 114 is configured to receive a modification instruction for the intermediate file, modify the intermediate file according to the modification instruction, and convert the modified intermediate file into a new report file.
To sum up, according to the report generating method and apparatus provided by the embodiment of the present application, the content to be displayed, which needs to be dynamically updated, is added to the report template in the HTML format to generate the intermediate file in the HTML format, and then the intermediate file is converted into the report file in the preset format. Because the style of the content to be displayed exists in the form of the label in the report template in the HTML format, the user can conveniently and flexibly edit the content on line. The style and the actual content to be displayed in the generated intermediate file in the HTML format are separated by different labels, so that the user can modify the generated content conveniently.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (8)

1. A report generation method, the method comprising:
the method comprises the steps of obtaining a report template in an HTML format, wherein the report template comprises content to be displayed and a tag for recording the display format of the content to be displayed, and the content to be displayed comprises at least one place-occupying mark;
receiving a report generation instruction, reading the report template, searching corresponding data according to the position-occupying identification in the report template, and inserting the data into the report template to form an intermediate file in an HTML format;
carrying out format conversion on the intermediate file to generate a report file with a preset format;
the place-occupying mark comprises query duration and query content; the step of searching corresponding data according to the placeholder in the report template and inserting the data into the report template to form an intermediate file in an HTML format comprises the following steps:
and inquiring data corresponding to the inquiry content within the time coverage range of the inquiry duration by taking the current time as an inquiry starting point, and inserting the searched data into the report template to form the HTML-format intermediate file.
2. The method of claim 1, wherein the step of obtaining a report template in HTML format comprises:
providing a WEB page including a rich text editor to a user;
and generating the report template in the HTML format according to the editing operation of the user on the WEB page.
3. The method of claim 1, wherein the step of inserting the located data into the report template to form the HTML-formatted intermediate file comprises:
and replacing the placeholder in the report template with the searched data.
4. The method of claim 1, further comprising:
receiving a modification instruction aiming at the intermediate file, replacing the corresponding label in the intermediate file according to the modification instruction, and converting the modified intermediate file into a new report file.
5. An apparatus for generating a report, the apparatus comprising:
the system comprises a template acquisition module, a display module and a display module, wherein the template acquisition module is used for acquiring a report template in an HTML format, the report template comprises content to be displayed and a tag for recording the display format of the content to be displayed, and the content to be displayed comprises at least one place-occupying mark;
the intermediate file generation module is used for receiving a report generation instruction, reading the report template, searching corresponding data according to the position-occupying identification in the report template, and inserting the data into the report template to form an intermediate file in an HTML format;
the report file generating module is used for converting the format of the intermediate file to generate a report file with a preset format;
the place-occupying mark comprises query duration and query content; the intermediate file generation module is specifically configured to query, with the current time as a query starting point, data corresponding to the query content within the time coverage of the query duration, and insert the found data into the report template to form the intermediate file in the HTML format.
6. The apparatus according to claim 5, wherein the template obtaining module is specifically configured to provide a WEB page including a rich text editor for a user; and generating the report template in the HTML format according to the editing operation of the user on the WEB page.
7. The apparatus according to claim 5, wherein the intermediate file generation module replaces placeholders in the report template with the found data when the found data is inserted into the report template to form the HTML-formatted intermediate file.
8. The apparatus of claim 5, further comprising:
and the modification module is used for receiving a modification instruction aiming at the intermediate file, replacing the corresponding label in the intermediate file according to the modification instruction, and converting the modified intermediate file into a new report file.
CN201810878453.2A 2018-08-03 2018-08-03 Report generation method and device Active CN109299446B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810878453.2A CN109299446B (en) 2018-08-03 2018-08-03 Report generation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810878453.2A CN109299446B (en) 2018-08-03 2018-08-03 Report generation method and device

Publications (2)

Publication Number Publication Date
CN109299446A CN109299446A (en) 2019-02-01
CN109299446B true CN109299446B (en) 2022-08-12

Family

ID=65172416

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810878453.2A Active CN109299446B (en) 2018-08-03 2018-08-03 Report generation method and device

Country Status (1)

Country Link
CN (1) CN109299446B (en)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110309499B (en) * 2019-07-05 2020-07-17 广东铭太信息科技有限公司 Device for generating examination report and method for generating examination report online
CN111222063A (en) * 2019-11-26 2020-06-02 北京达佳互联信息技术有限公司 Rich text rendering method and device, electronic equipment and storage medium
CN113128189A (en) * 2019-12-30 2021-07-16 东软集团(上海)有限公司 Office commonly-used phrase recording method and device
CN111342982B (en) * 2020-02-28 2021-12-28 海信集团有限公司 Method and system for transmitting integrated multiple messages
CN112114891A (en) * 2020-08-04 2020-12-22 中国电力科学研究院有限公司 Plug-in-based visual Word report generation system
CN112035408B (en) * 2020-09-01 2023-10-31 文思海辉智科科技有限公司 Text processing method, device, electronic equipment and storage medium
CN113128191B (en) * 2021-03-12 2022-03-25 广州广电仲达数字科技有限公司 Method and device for scripted generation of arbitration document
CN113486230A (en) * 2021-07-28 2021-10-08 黄泽恒 Method for generating labeled message template
CN113779949A (en) * 2021-09-17 2021-12-10 北京天融信网络安全技术有限公司 Report generation method, report generation device, electronic equipment, storage medium and report generation system
CN114970452A (en) * 2022-05-09 2022-08-30 中国三峡建工(集团)有限公司 Method for reporting running state of hydropower station
CN115146606A (en) * 2022-08-02 2022-10-04 上海三力信息科技有限公司 Method, system, equipment and storage medium for creating and managing enrollment information
CN115048915B (en) * 2022-08-17 2022-11-01 国网浙江省电力有限公司 Data processing method and system of electric power file based on operation platform
CN116226053B (en) * 2023-05-05 2024-03-22 中国民航信息网络股份有限公司 Text processing method, device and equipment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5852819A (en) * 1997-01-30 1998-12-22 Beller; Stephen E. Flexible, modular electronic element patterning method and apparatus for compiling, processing, transmitting, and reporting data and information
KR20050049760A (en) * 2003-11-24 2005-05-27 (주)코인텍 Report formating installation of web reporting tool and method thereof
CN101976235A (en) * 2010-09-21 2011-02-16 天津神舟通用数据技术有限公司 Extensible Word report automatically-generating method based on dynamic web page
CN104571977A (en) * 2014-12-05 2015-04-29 北京赛德高科铁道电气科技有限责任公司 Report printing method and system based on HTML (Hyper Text Markup Language) template
CN106933862A (en) * 2015-12-30 2017-07-07 北京神州泰岳软件股份有限公司 A kind of method and apparatus for generating mail report
CN107590115A (en) * 2017-09-13 2018-01-16 北京勤哲软件技术有限责任公司 A kind of Word report automatic generation methods and device
CN107818074A (en) * 2017-09-27 2018-03-20 阿里巴巴集团控股有限公司 A kind of generation method of data report, device and electronic equipment
CN108132925A (en) * 2017-12-15 2018-06-08 中盈优创资讯科技有限公司 A kind of report file generation method and device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5852819A (en) * 1997-01-30 1998-12-22 Beller; Stephen E. Flexible, modular electronic element patterning method and apparatus for compiling, processing, transmitting, and reporting data and information
KR20050049760A (en) * 2003-11-24 2005-05-27 (주)코인텍 Report formating installation of web reporting tool and method thereof
CN101976235A (en) * 2010-09-21 2011-02-16 天津神舟通用数据技术有限公司 Extensible Word report automatically-generating method based on dynamic web page
CN104571977A (en) * 2014-12-05 2015-04-29 北京赛德高科铁道电气科技有限责任公司 Report printing method and system based on HTML (Hyper Text Markup Language) template
CN106933862A (en) * 2015-12-30 2017-07-07 北京神州泰岳软件股份有限公司 A kind of method and apparatus for generating mail report
CN107590115A (en) * 2017-09-13 2018-01-16 北京勤哲软件技术有限责任公司 A kind of Word report automatic generation methods and device
CN107818074A (en) * 2017-09-27 2018-03-20 阿里巴巴集团控股有限公司 A kind of generation method of data report, device and electronic equipment
CN108132925A (en) * 2017-12-15 2018-06-08 中盈优创资讯科技有限公司 A kind of report file generation method and device

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
DWT网页模板在Web报表生成中的应用;张立忠等;《计算机应用与软件》;20130815(第08期);第196-198页 *
GARP: a tool for creating dynamic Web reports using XSL and XML technologies;M. Guillen;《Proceedings of the Fourth Mexican International Conference on Computer Science, 2003. ENC 2003.》;20030923;第54-59页 *
网页显示项目报告电子文档的安全性分析;黄永亮;《信息与电脑(理论版)》;20120815(第08期);第19-20页 *

Also Published As

Publication number Publication date
CN109299446A (en) 2019-02-01

Similar Documents

Publication Publication Date Title
CN109299446B (en) Report generation method and device
CN106682219B (en) Associated document acquisition method and device
CN107729475B (en) Webpage element acquisition method, device, terminal and computer-readable storage medium
US9645979B2 (en) Device, method and program for generating accurate corpus data for presentation target for searching
CN110968325A (en) Applet conversion method and device
CN107329765B (en) Program file processing method and device
CN108021598B (en) Page extraction template matching method and device and server
CN106951270B (en) Code processing method, system and server
US7720814B2 (en) Repopulating a database with document content
CN108334508B (en) Webpage information extraction method and device
KR102233867B1 (en) Extracting similar group elements
CN105094775B (en) Webpage generation method and device
CN105843800A (en) DOI-based language information display method and device
CN112016290A (en) Automatic document typesetting method, device, equipment and storage medium
CN110569371A (en) Knowledge graph construction method and device and storage equipment
CN112527291A (en) Webpage generation method and device, electronic equipment and storage medium
CN108334481B (en) Document processing method and device
CN114238575A (en) Document parsing method, system, computer device and computer-readable storage medium
CN111046640A (en) Dynamic generation method and device of certification document
JP2006065467A (en) Device for creating data extraction definition information and method for creating data extraction definition information
JP2006065467A5 (en)
CN109923538B (en) Text search device, text search method, and computer program
CN114611039B (en) Analysis method and device of asynchronous loading rule, storage medium and electronic equipment
CN112966198A (en) Cascading style sheet data generation method, system, computer device and storage medium
CN112752165A (en) Subtitle processing method, subtitle processing device, server and computer-readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant