CN110705237B - Automatic document generation method, data processing device and storage medium - Google Patents

Automatic document generation method, data processing device and storage medium Download PDF

Info

Publication number
CN110705237B
CN110705237B CN201910896547.7A CN201910896547A CN110705237B CN 110705237 B CN110705237 B CN 110705237B CN 201910896547 A CN201910896547 A CN 201910896547A CN 110705237 B CN110705237 B CN 110705237B
Authority
CN
China
Prior art keywords
document
data
content control
target
filled
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
CN201910896547.7A
Other languages
Chinese (zh)
Other versions
CN110705237A (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.)
SHENZHEN STOCK EXCHANGE
Original Assignee
SHENZHEN STOCK EXCHANGE
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 SHENZHEN STOCK EXCHANGE filed Critical SHENZHEN STOCK EXCHANGE
Priority to CN201910896547.7A priority Critical patent/CN110705237B/en
Publication of CN110705237A publication Critical patent/CN110705237A/en
Application granted granted Critical
Publication of CN110705237B publication Critical patent/CN110705237B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses an automatic generation method of a document, which comprises the following steps: visualizing an editing template by taking the content control as a basic unit; acquiring label information corresponding to a target content control in a template document and preprocessing the label information; determining a data path according to the label information; and acquiring data to be filled corresponding to the target content control according to the data path, and filling the data to be filled to a document position corresponding to the target content control to generate a target document. The invention also discloses a data processing device and a computer readable storage medium, because the content control can be visually edited in the document interface, the effect of reducing the modification difficulty of the document template while simplifying the modification steps of the document template is achieved.

Description

Automatic document generation method, data processing device and storage medium
Technical Field
The present invention relates to the field of life data processing, and in particular, to an automatic document generation method, a data processing device, and a computer-readable storage medium.
Background
With the development of science and technology, computers have become indispensable production tools in people's lives. To improve the efficiency of data storage and management today when computers are widespread, many enterprises have implemented paperless offices. But during the production process, the enterprise generates a large amount of data which needs to be archived and backed up. And these data are basically stored in a file. Accordingly, document auto-generation techniques have emerged.
The traditional automatic document generation technology can only generate documents according to a document template and a basic data path defined by a developer. When a template needs to be changed, a developer is required to deconfigure from the bottom layer of the data model. Therefore, the defects of complicated template modification steps and high modification difficulty exist.
Disclosure of Invention
The invention mainly aims to provide a method for automatically generating a document, a data processing device and a computer readable storage medium, aiming at achieving the effect of reducing the modification difficulty of a document template while simplifying the modification steps of the document template.
In order to achieve the above object, the present invention provides an automatic document generation method, including the following steps:
acquiring label information corresponding to a target content control in a template document;
determining a data path according to the label information;
and acquiring data to be filled corresponding to the target content control according to the data path, and filling the data to be filled to a document position corresponding to the target content control to generate a target document.
Optionally, before the step of obtaining the tag information corresponding to the target content control in the template document, the method further includes
Acquiring the template document, wherein the template document comprises at least one content control;
sequentially acquiring each content control in the template document as the target content control;
the step of filling the data to be filled in to the document position corresponding to the target content control to generate a target document comprises the following steps:
and filling the data to be filled in to the corresponding document position of the target content control in the template document so as to generate a target document.
Optionally, the template document is an extensible markup language file, and the sequentially acquiring each content control in the template document as the target content control:
and based on the traversal algorithm of the extensible markup language file, sequentially acquiring the content control corresponding to each data node according to the traversal sequence as the target content control.
Optionally, before the step of obtaining the data to be filled corresponding to the target content control according to the data path and filling the data to be filled in to the document position corresponding to the target content control to generate the target document, the method further includes:
acquiring a basic data file, wherein the basic data file is an extensible markup language file;
the step of acquiring the data to be filled corresponding to the target content control according to the data path, and filling the data to be filled to the document position corresponding to the target content control to generate the target document comprises the following steps:
acquiring mapping data corresponding to the data path in a basic data file as the data to be filled;
and filling the data to be filled in to the corresponding document position of the target content control in the template document so as to generate a target document.
Optionally, the step of determining a data path according to the tag information includes:
when the label information only contains path information, taking the path information corresponding to the label information as the data path;
and when the tag information comprises a keyword and the path information, determining the data path according to the keyword and the path information.
Optionally, the step of determining the data path according to the keyword and the path information includes:
determining a target stack according to the keyword, wherein the stack comprises a circulation stack and a selection stack;
acquiring a node path of each node corresponding to the path information in the basic data file, and sequentially storing the node paths into the target stack;
and taking the node path saved in the target stack as the data path.
Optionally, the step of obtaining data to be filled corresponding to the target content control according to the data path, and filling the data to be filled in to a document position corresponding to the target content control to generate a target document includes:
sequentially acquiring node paths stored in the target stack according to the pop sequence;
acquiring data corresponding to the node paths in the basic data file according to the node paths as the data to be filled;
and sequentially filling each acquired data to be filled in into a document position corresponding to the target content control in the template document to generate a target document.
Further, to achieve the above object, the present invention also provides a data processing apparatus including a memory, a processor, and a control program of the data processing apparatus stored on the memory and executable on the processor, the control program of the data processing apparatus implementing the steps of the automatic generation method of a document as described above when executed by the processor.
Further, to achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon a control program of a data processing apparatus, which when executed by a processor, realizes the steps of the automatic generation method of a document as described above.
According to the automatic document generation method, the data processing device and the computer readable storage medium provided by the embodiment of the invention, when the label information of the target content control is acquired, the data path is acquired according to the label information, then the data to be filled is acquired according to the data path, and the data to be filled is filled to the document position corresponding to the target content control so as to generate the target document. Because the data can be acquired according to the content control of the template document and automatically filled in, the effect of reducing the modification difficulty of the document template while simplifying the modification steps of the document template is achieved.
Drawings
Fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating an embodiment of a method for automatically generating a document according to the present invention;
FIG. 3 is a flow chart illustrating another embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Because the traditional automatic document generation technology can only generate documents according to the document template and the basic data path defined by a developer. When a template needs to be changed, a developer is required to deconfigure from the bottom layer of the data model. Therefore, the defects of complicated template modification steps and high modification difficulty exist.
In order to solve the foregoing drawbacks, an automatic document generation method, a data processing device, and a computer-readable storage medium according to embodiments of the present invention are provided, where the main solutions of the automatic document generation method embodiments of the present invention are:
acquiring label information corresponding to a target content control in a template document;
determining a data path according to the label information;
and acquiring data to be filled corresponding to the target content control according to the data path, and filling the data to be filled to a document position corresponding to the target content control to generate a target document.
When the label information of the target content control is acquired, a data path is acquired according to the label information, then data to be filled is acquired according to the data path, and the data to be filled is filled to a document position corresponding to the target content control, so that a target document is generated. Because the data can be acquired according to the content control of the template document and automatically filled in, the effect of reducing the modification difficulty of the document template while simplifying the modification steps of the document template is achieved.
As shown in fig. 1, fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention.
The terminal of the embodiment of the invention can be a PC or a server and other terminal equipment.
As shown in fig. 1, the terminal may include: a processor 1001, e.g. a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. The communication bus 1002 is used to implement connection communication among these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), a mouse, etc., and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory such as a disk memory. The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the terminal structure shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a control program of a data processing apparatus.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the processor 1001 may be configured to call a control program of the data processing apparatus stored in the memory 1005 and perform the following operations:
acquiring label information corresponding to a target content control in a template document;
determining a data path according to the label information;
and acquiring data to be filled corresponding to the target content control according to the data path, and filling the data to be filled to a document position corresponding to the target content control to generate a target document.
Further, the processor 1001 may call a control program of the data processing apparatus stored in the memory 1005, and also perform the following operations:
acquiring the template document, wherein the template document comprises at least one content control;
sequentially acquiring each content control in the template document as the target content control;
the step of filling the data to be filled in to the document position corresponding to the target content control to generate a target document comprises:
and filling the data to be filled in to the corresponding document position of the target content control in the template document so as to generate a target document.
Further, the processor 1001 may call a control program of the data processing apparatus stored in the memory 1005, and also perform the following operations:
and sequentially acquiring the content control corresponding to each data node as the target content control according to the traversal sequence based on the traversal algorithm of the extensible markup language file.
Further, the processor 1001 may call a control program of the data processing apparatus stored in the memory 1005, and also perform the following operations:
acquiring a basic data file, wherein the basic data file is an extensible markup language file;
the step of acquiring the data to be filled corresponding to the target content control according to the data path, and filling the data to be filled to the document position corresponding to the target content control to generate the target document comprises the following steps:
acquiring mapping data corresponding to the data path in a basic data file as the data to be filled;
and filling the data to be filled in to the corresponding document position of the target content control in the template document so as to generate a target document.
Further, the processor 1001 may call a control program of the data processing apparatus stored in the memory 1005, and also perform the following operations:
when the label information only contains path information, taking the path information corresponding to the label information as the data path;
and when the label information comprises a keyword and the path information, determining the data path according to the keyword and the path information.
Further, the processor 1001 may call a control program of the data processing apparatus stored in the memory 1005, and also perform the following operations:
determining a target stack according to the keyword, wherein the stack comprises a circulation stack and a selection stack;
acquiring a node path of each node corresponding to the path information in the basic data file, and sequentially storing the node paths into the target stack;
and taking the node path saved in the target stack as the data path.
Further, the processor 1001 may call a control program of the data processing apparatus stored in the memory 1005, and also perform the following operations:
sequentially acquiring node paths stored in the target stack according to the pop sequence;
acquiring data corresponding to the node path in the basic data file according to the node path to serve as the data to be filled;
and sequentially filling each acquired data to be filled in into a document position corresponding to the target content control in the template document to generate a target document.
Referring to fig. 2, in an embodiment of the automatic generation method of the document of the present invention, the automatic generation method of the document includes the following steps:
s10, acquiring label information corresponding to a target content control in a template document;
s20, determining a data path according to the label information;
and step S30, acquiring data to be filled corresponding to the target content control according to the data path, and filling the data to be filled to the document position corresponding to the target content control to generate a target document.
In this embodiment, the template document may be a Word document, and the target content control may be a content control set in the Word document. Wherein the content control includes label information. The content control in the template document can be subjected to editing operations such as addition, deletion and/or modification in a document editing interface according to the requirements of a user. So that the user can achieve the effect of visualizing the configuration template document.
Specifically, the content control includes tag information (markup information), and the markup information may correspond to path information of an XML (extensible markup language) file. And reading the corresponding data node in the pre-stored basic data file according to the path information corresponding to the mark information. And the file type of the basic data file is an XML file.
Optionally, each content control may form a one-to-one mapping relationship with corresponding data in the basic data file, so that data to be filled in to a corresponding document position of the content control in the template document may be determined directly according to the content control. The content control also comprises keyword path information, wherein the key is in the processing logic corresponding to the user trigger code program, and a plurality of data corresponding to the content control are determined based on the triggered processing logic and the path information, namely the content control and the specific data in the basic data file form a one-to-many mapping relation. Thereby realizing complex data filling such as circulation, judgment and/or nesting.
And when the label information of the target content control is acquired, judging whether the note information contains preset keywords. And when the label information does not contain a preset keyword, determining a target stack according to the keyword, wherein the stack comprises a loop stack and a selection stack, acquiring a node path of each node corresponding to the path information in the basic data file, sequentially saving the node paths into the target stack, and taking the node paths saved in the target stack as the data paths. The keywords are preset mark information, the keywords may include types and specific numerical values, when the keywords are obtained, the keyword type information may be obtained, and a stack associated with the type information is used as the target stack. After the target stack is determined, the data path may also be determined according to the specific value of the keyword and the target stack.
Further, a basic data file may be obtained first, where the basic data file is an extensible markup language file, that is, a data structure of the basic data file exists in an XML format. Then acquiring a basic data file according to a data path, wherein mapping data corresponding to the data path is used as the data to be filled; and filling the data to be filled in to the corresponding document position of the target content control in the template document so as to generate a target document. When the label information only comprises the path information, the data corresponding to the path information can be directly read as the data to be filled and filled to the position corresponding to the content control because the content control and the data are in one-to-one correspondence. And when the label information comprises keywords and path information, the one-to-many mapping relation of the content control and the data corresponding to the path information is described. Therefore, node paths of all nodes corresponding to the path information can be sequentially pushed into a target stack for storage based on a preset algorithm, then the stack top element is obtained each time, the data to be filled is obtained according to the node path corresponding to the stack top element, and the data to be filled is filled into a corresponding position.
In the technical scheme disclosed in this embodiment, when the tag information of the target content control is acquired, a data path is acquired according to the tag information, then data to be filled is acquired according to the data path, and the data to be filled is filled to a document position corresponding to the target content control, so as to generate a target document. Because the data can be acquired according to the content control of the template document and automatically filled in, the effect of reducing the modification difficulty of the document template while simplifying the modification steps of the document template is achieved.
Based on the above-described embodiment, in another embodiment, when keywords are included in tag information, a different processing method may be set in advance for each keyword, thereby making it possible to implement different dynamic data fills according to keyword control.
In this embodiment, a processing method and a stack corresponding to a plurality of characters are defined. When a keyword is obtained, the keyword and the character may be compared, and when the keyword is the same as the character, a processing method and a stack corresponding to the character are used as a processing method and a stack corresponding to the keyword.
Specifically, it may be predefined that strings such as Szse-foreach, szse-foreach-processed, szse-chorose, szse-while, and Szse-For Leaf correspond to different processing methods, and define corresponding type information. And when the keyword is acquired, comparing the keyword with the character to determine the type of the keyword and a corresponding processing method. So that different processing operations can be made when different keywords are received.
For example, 1) the keyword Szse-foreach (round):
judging whether the circulating stack is empty or not;
when the circulation stack is not empty, acquiring a stack top element and modifying a current label path;
acquiring a node path of a node used under a label path in basic data according to path information in the label information, and generating a new content control according to the node path;
and allocating the newly generated space to a corresponding position in the template document.
Illustratively, the obtained tag information of the content space is szse-foreach:/root/a/b, wherein szse-foreach is a key word, and if the type corresponding to the key word can be determined to be a loop according to the key word, a loop stack is obtained as a target stack. The processing method of keyword association can also be obtained, based on the specification of xpath (XML path language), the basis of the cycle is the nodes in the basic data document/root/a/b path, and the content controls with corresponding number are generated in the template according to the number of the nodes. The label of the content control can also select a relative path mode, such as a/b, according to the path of the upper control of the control (assumed to be (/ root/x/y) [1 ]), the program adds a small bracket, and then splices the current relative path to form the absolute path ((/ root/x/y) [1 ]/a/b) of the current label.
(2) The keyword szse-foreach-tracked is defined as that the loop label is already processed in step (1), no recirculation is needed, and only the path of the label needs to be pushed:
pushing corresponding path information in the label information into a circulating stack;
a recursive sub-element;
and (5) popping.
(3) And the keyword szse-choose is defined as a judgment selection label area, such as szse-choose:/root/a/b, data in the basic data/root/a/b are taken out, and the data are used as a judgment basis for the label szse-where in the sub-elements. If it is a relative path, the path splicing of the label is the same as (1).
Pushing corresponding path information in the label information into a selection stack;
a recursive sub-element;
and (5) popping.
(4) The keywords Szse-where, szse-where are in the Szse-chorose tag block, and the nearest parent Szse-chorose block is compared by adopting the principle of proximity. For example, szse-where: 1, if the data of the parent szse-cache is 1, the matching is successful, the content control keeps, and if the data of the parent szse-cache is not consistent, the content control deletes the szse-where content control.
Taking a stack top element of 'selection stack';
comparing the value of szse-where with the value under the top element path;
if the content control is the same, the content control is reserved;
and if not, deleting the control unit.
(5) The keyword szse-For Leaf indicates that the control is a Leaf node under the szse-foreach control, that is, a node where a binding path needs to be set. For example, name, which indicates the data source of the node is the name, and specifically, the name is the data under which node, and a path of the nearest upper-layer szse-foreach label needs to be obtained according to the principle of proximity, and the parent path and the name are spliced, so as to form the binding mapping of the content control.
Obtaining circulating stack top element
Modifying the mapping path;
a mapping of bound content controls and underlying data.
In the technical scheme disclosed by the implementation, different processing methods can be set for different keywords, so that the configuration of realizing the circulation, selection judgment, nesting and the like of the template is realized.
Referring to fig. 3, based on any of the above embodiments, in a further embodiment, before implementing step S10, the method further includes:
s40, obtaining the template document, wherein the template document comprises at least one content control
And S50, sequentially acquiring each content control in the template document as the target content control.
In this embodiment, the template document is an XML file, that is, the data structure of the template document exists in an XML format, so that the content control corresponding to each data node can be sequentially obtained as the target content control according to a traversal order based on an XML file traversal algorithm. And then, sequentially processing the content corresponding to each target content control, so that the data corresponding to each target content control is filled in the template document, thereby producing a complete target document.
It should be noted that the present invention requires the service data to adopt the XML format, so in the content control of the template document, the XPATH format is adopted to define the service data path, the program framework locates the dynamic data according to the content control, and then analyzes and loads the basic data according to the XPATH in the attribute of the content control.
In the technical scheme disclosed by the embodiment, dynamic data are configured by using the content control of the document, and the marked data path is specifically marked by using the marking attribute of the content control, so that the effect of reducing the modification difficulty of the document template while simplifying the modification step of the document template is achieved.
In addition, an embodiment of the present invention further provides a data processing apparatus, where the data processing apparatus includes a memory, a processor, and a control program of the data processing apparatus that is stored in the memory and is executable on the processor, and when the control program of the data processing apparatus is executed by the processor, the steps of the automatic generation method of the document according to the above embodiments are implemented.
Furthermore, an embodiment of the present invention further provides a computer-readable storage medium, where a control program of a data processing apparatus is stored, and when the control program of the data processing apparatus is executed by a processor, the control program of the data processing apparatus implements the steps of the automatic generation method of the document according to the above embodiments.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system 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 system. Without further limitation, an element defined by the phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of other like elements in a process, method, article, or system comprising the element.
The above-mentioned serial numbers of the embodiments of the present invention are only for description, and do not represent the advantages and disadvantages of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention or the portions contributing to the prior art may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) as described above and includes several instructions for enabling a terminal device (which may be a PC or a server, etc.) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (6)

1. An automatic generation method of a document, characterized in that the automatic generation method of the document comprises the following steps:
acquiring label information corresponding to a target content control in a template document;
when the tag information comprises a keyword and path information, determining a target stack according to the keyword, wherein the target stack comprises a circulation stack and a selection stack;
acquiring a node path of each node corresponding to the path information in the basic data file, and sequentially storing the node paths into the target stack;
sequentially acquiring node paths stored in the target stack according to the pop sequence;
acquiring data corresponding to the node path in the basic data file according to the node path as data to be filled;
and filling the data to be filled in to the document position corresponding to the target content control to generate a target document.
2. The method for automatically generating document according to claim 1, wherein the step of obtaining the label information corresponding to the target content control in the template document further comprises the step of obtaining the label information corresponding to the target content control in the template document
Acquiring the template document, wherein the template document comprises at least one content control;
sequentially acquiring each content control in the template document as the target content control;
the step of filling the data to be filled in to the document position corresponding to the target content control to generate a target document comprises the following steps:
and filling the data to be filled in to the corresponding document position of the target content control in the template document so as to generate a target document.
3. The method of automatically generating a document according to claim 2, wherein the template document is an extensible markup language file, and the sequentially acquiring each of the content controls in the template document as the target content control comprises:
and sequentially acquiring the content control corresponding to each data node as the target content control according to the traversal sequence based on the traversal algorithm of the extensible markup language file.
4. The method for automatically generating a document according to claim 1, wherein before the step of filling the data to be filled in to the document position corresponding to the target content control to generate the target document, the method further comprises:
acquiring the basic data file, wherein the basic data file is an extensible markup language file;
the step of filling the data to be filled in to the document position corresponding to the target content control to generate a target document comprises:
when the label information is the path information, acquiring mapping data corresponding to the path information in the basic data file as the data to be filled;
and filling the data to be filled in to the corresponding document position of the target content control in the template document so as to generate a target document.
5. A data processing device, characterized in that it comprises a memory, a processor and a control program of the data processing device stored on said memory and executable on said processor, said control program of the data processing device realizing the steps of the method for automatic generation of a document according to any one of claims 1 to 4 when executed by said processor.
6. A computer-readable storage medium, characterized in that a control program of a data processing device is stored on the computer-readable storage medium, which when executed by a processor implements the steps of the method for automatic generation of a document according to any one of claims 1 to 4.
CN201910896547.7A 2019-09-18 2019-09-18 Automatic document generation method, data processing device and storage medium Active CN110705237B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910896547.7A CN110705237B (en) 2019-09-18 2019-09-18 Automatic document generation method, data processing device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910896547.7A CN110705237B (en) 2019-09-18 2019-09-18 Automatic document generation method, data processing device and storage medium

Publications (2)

Publication Number Publication Date
CN110705237A CN110705237A (en) 2020-01-17
CN110705237B true CN110705237B (en) 2023-03-14

Family

ID=69196289

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910896547.7A Active CN110705237B (en) 2019-09-18 2019-09-18 Automatic document generation method, data processing device and storage medium

Country Status (1)

Country Link
CN (1) CN110705237B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112329419A (en) * 2020-11-05 2021-02-05 深圳壹账通智能科技有限公司 Document editing method, device, server, terminal and storage medium
CN112580309B (en) * 2020-12-22 2023-08-04 深圳平安智慧医健科技有限公司 Document data processing method, device, computer equipment and storage medium
CN113128181B (en) * 2021-03-24 2023-04-07 五八有限公司 Information processing method and device
CN113190514B (en) * 2021-05-10 2023-04-18 成都微视联软件技术有限公司 Method for inputting data into electronic document according to priority order
CN113822025A (en) * 2021-11-25 2021-12-21 深圳市明源云链互联网科技有限公司 Office file automatic generation method, device, equipment and storage medium
CN116011408A (en) * 2022-12-12 2023-04-25 北京华宇九品科技有限公司 Online editable document generation system and method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101216835A (en) * 2007-12-29 2008-07-09 北京大学 Data file conversion method and apparatus
CN102722519A (en) * 2011-03-28 2012-10-10 微软公司 Techniques to create structured document templates using enhanced content controls
CN108572944A (en) * 2017-11-24 2018-09-25 北京金山云网络技术有限公司 A kind of document structure tree method, apparatus, electronic equipment and storage medium
CN109725933A (en) * 2018-05-24 2019-05-07 中国平安人寿保险股份有限公司 Big data document structure tree method, apparatus, equipment and computer readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101216835A (en) * 2007-12-29 2008-07-09 北京大学 Data file conversion method and apparatus
CN102722519A (en) * 2011-03-28 2012-10-10 微软公司 Techniques to create structured document templates using enhanced content controls
CN108572944A (en) * 2017-11-24 2018-09-25 北京金山云网络技术有限公司 A kind of document structure tree method, apparatus, electronic equipment and storage medium
CN109725933A (en) * 2018-05-24 2019-05-07 中国平安人寿保险股份有限公司 Big data document structure tree method, apparatus, equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN110705237A (en) 2020-01-17

Similar Documents

Publication Publication Date Title
CN110705237B (en) Automatic document generation method, data processing device and storage medium
CN109948134B (en) Report automatic generation method, system, electronic equipment and storage medium
CN109801347B (en) Method, device, equipment and medium for generating editable image template
CN109614424B (en) Page layout generation method, device, computing equipment and medium
US9465590B2 (en) Code generation framework for application program interface for model
US7673235B2 (en) Method and apparatus for utilizing an object model to manage document parts for use in an electronic document
US8738415B2 (en) Automated workflow assignment to print jobs
CN115617327A (en) Low code page building system, method and computer readable storage medium
CN111241454A (en) Method, system and device for generating webpage code
CN104133772A (en) Automatic test data generation method
CN108762743B (en) Data table operation code generation method and device
US20130117656A1 (en) Conversion of web template designs
CN111068328A (en) Game advertisement configuration table generation method, terminal device and medium
CN104750472A (en) Resource bundle management method and device of terminal application
CN110543303A (en) Visual business platform
US20070208995A1 (en) Document Processing Device and Document Processing Method
US20070198915A1 (en) Document Processing Device And Document Processing Method
KR101552914B1 (en) Web server application framework web application processing method using the framework and computer readable medium processing the method
EP1744253A1 (en) Document processing device and document processing method
EP1744256A1 (en) Document processing device and document processing method
CN111061478B (en) Page form modification method, device and equipment and readable storage medium
CN110941629A (en) Metadata processing method, device, equipment and computer readable storage medium
US11526578B2 (en) System and method for producing transferable, modular web pages
CN115061690A (en) Automatic code generation method and device
US7428697B2 (en) Preserving content or attribute information during conversion from a structured document to a computer program

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