CN112632936A - Electronic form generation method, system and related device - Google Patents

Electronic form generation method, system and related device Download PDF

Info

Publication number
CN112632936A
CN112632936A CN202011553284.9A CN202011553284A CN112632936A CN 112632936 A CN112632936 A CN 112632936A CN 202011553284 A CN202011553284 A CN 202011553284A CN 112632936 A CN112632936 A CN 112632936A
Authority
CN
China
Prior art keywords
spreadsheet
template
electronic form
data source
rendering
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
Application number
CN202011553284.9A
Other languages
Chinese (zh)
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.)
CVIC Software Engineering Co Ltd
Original Assignee
CVIC Software Engineering 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 CVIC Software Engineering Co Ltd filed Critical CVIC Software Engineering Co Ltd
Priority to CN202011553284.9A priority Critical patent/CN112632936A/en
Publication of CN112632936A publication Critical patent/CN112632936A/en
Pending legal-status Critical Current

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/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application provides a spreadsheet generation method, which comprises the following steps: receiving a spreadsheet generation request; reading a data source and a custom configuration in the generation request; setting a form template of the electronic form according to the custom configuration; and rendering the form template according to the data source to obtain the electronic form. According to the method and the device, the form template of the electronic form is configured, the user-defined function of the form is packaged to the form template, the cell logic relation in the electronic form is configured, the data calculation and analysis functions of the electronic form are realized through the cell logic relation, the source code does not need to be modified, the electronic form can be modified directly by adjusting the user-defined configuration of the form template, the electronic form change efficiency is greatly improved, and the actual business requirements are better met. The application also provides a spreadsheet generation system, a computer readable storage medium and an electronic device, which have the beneficial effects.

Description

Electronic form generation method, system and related device
Technical Field
The present application relates to the field of data processing, and in particular, to a method, a system, and a related device for generating an electronic form.
Background
The generation of the page realized by the original platform system is completed based on a jsp or html technology, and the method has a plurality of defects, for example, the display name, the display logic, the check relation, the calculation formula and the like of a certain field of the electronic form in the system are all written into the jsp or html in a hard coding mode, if the field is required to be added, deleted, modified or the calculation formula is required to be changed, the source code is required to be manually modified, the electronic form modification process is complicated, and the method is not beneficial to the rapid generation of the electronic form.
Disclosure of Invention
An object of the present application is to provide a method, a system, a computer-readable storage medium, and an electronic device for generating a spreadsheet, which can generate a spreadsheet quickly.
In order to solve the above technical problem, the present application provides a method for generating an electronic form, which has the following specific technical scheme:
receiving a spreadsheet generation request;
reading a data source and a custom configuration in the generation request; the custom configuration comprises spreadsheet parameters, cell logical relations and spreadsheet display modes;
setting a form template of the electronic form according to the custom configuration;
and rendering the form template according to the data source to obtain the electronic form.
Optionally, rendering the spreadsheet template according to the data source to obtain the spreadsheet comprises:
and rendering the form template by utilizing a exact-datasheet form rendering component according to the data source to obtain the electronic form.
Optionally, setting the form template of the electronic form according to the custom configuration includes:
determining a spreadsheet frame from the spreadsheet parameters;
defining the cell logical relationship based on the spreadsheet framework;
and configuring the electronic form display mode according to the determined logical relationship of the cells.
Optionally, after the electronic form is rendered according to the form template by the data source, the method further includes:
and monitoring the electronic form and reissuing a generation request when the form content of the electronic form changes.
Optionally, after the electronic form is rendered according to the data source and the custom configuration, the method further includes:
analyzing the overproof reminding configuration into a json file;
and analyzing the json file, adding a calling relation of an overproof reminding function in cell configuration, and rendering the cell with overproof content by using the overproof reminding function.
Optionally, after the electronic form is rendered according to the form template by the data source, the method further includes:
if the electronic form is modified, the form state of the electronic form is changed;
the table state comprises a new state, a modified state and an issuing state.
The present application also provides a system for generating a spreadsheet, comprising:
the request receiving module is used for receiving a spreadsheet generation request;
the configuration reading module is used for reading the data source and the custom configuration in the generation request; the custom configuration comprises spreadsheet parameters, cell logical relations and spreadsheet display modes;
the template setting module is used for setting a form template of the electronic form according to the custom configuration;
and the table generating module is used for rendering the table template according to the data source to obtain the electronic table.
Optionally, the table generating module is a module for rendering the table template by using a exact-datasheet table rendering component according to the data source to obtain the electronic table.
The present application also provides a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method as set forth above.
The present application further provides an electronic device, comprising a memory and a processor, wherein the memory stores a computer program, and the processor implements the steps of the method described above when calling the computer program in the memory.
The application provides a spreadsheet generation method, which comprises the following steps: receiving a spreadsheet generation request; reading a data source and a custom configuration in the generation request; the custom configuration comprises spreadsheet parameters, cell logical relations and spreadsheet display modes; setting a form template of the electronic form according to the custom configuration; and rendering the form template according to the data source to obtain the electronic form.
According to the method and the device, the form template of the electronic form is configured, the user-defined function of the form is packaged to the form template, the cell logic relation in the electronic form is configured, the data calculation and analysis functions of the electronic form are realized through the cell logic relation, the source code does not need to be modified, the electronic form can be modified directly by adjusting the user-defined configuration of the form template, the electronic form change efficiency is greatly improved, and the actual business requirements are better met.
The application also provides a spreadsheet generation system, a computer-readable storage medium and an electronic device, which have the above beneficial effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for generating a spreadsheet according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a spreadsheet generation system according to an embodiment of the present application.
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. 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.
Referring to fig. 1, fig. 1 is a flowchart of a method for generating a spreadsheet according to an embodiment of the present application, where the method includes:
s101: receiving a spreadsheet generation request;
this step is intended to receive a request for generating a spreadsheet, and the specific request source of the request for generating the spreadsheet, the message format of the request, etc. are not limited herein. In particular, the source of the generation request is not necessarily an external device, system, and it may include a trigger action that can be regarded as the generation request, such as when new data is input into the spreadsheet, or a new function is added during configuration before the spreadsheet is generated, and so on, that is, there is an update process for the spreadsheet, and either function update or content update can be regarded as the generation request. For example, after the spreadsheet is obtained by the embodiment, the spreadsheet content is found to be changed while monitoring the spreadsheet, and the generation request may be issued again to generate a new spreadsheet.
S102: reading a data source and a custom configuration in the generation request;
this step is intended to determine the data source, as well as custom configuration. It should be noted that the data source generally originates from the system background, i.e., the data source can be directly obtained from the system background. Of course there may be other databases or systems providing the data source. The reading method of the data source is not limited, and the data source may include two types, i.e., pans and grid, depending on the format of the data source.
The custom configuration is not specifically limited herein, and the present embodiment provides a preferred type of configuration selection. For example, custom configurations may include whether sub-table parameters, cell logical relationships, and spreadsheet presentation styles. The custom table function bar comprises icons or buttons for performing operations or functions on the table, including but not limited to conventional operations such as adding, deleting, modifying, checking and the like, and may also comprise functions such as calculation and the like. While the source of the form data refers to the source of the display data in the form, it is easy to understand that the form generated should be the data specified by the user, and therefore the source of the form data should be determined to avoid useless data appearing in the electronic form.
S103: setting a form template of the electronic form according to the custom configuration;
the form template in this embodiment may encapsulate an authority management module, a process management module, a parameter management module, and an ant design framework in the platform system, and may be set by a custom configuration in order to implement functions such as the authority management and the parameter management in the electronic form, and to implement generation of complex page scenes such as a read-only page and a query list page. In particular, a form template for an electronic form may be set using a form editor according to a custom configuration. It should be noted that, when setting the form template, the editable function should be the function that can be realized, and the implementation manner of the specific function is not limited. The corresponding functional components can be integrated so that they can be configured by the form editor when setting the form template.
Specifically, the step may include the following steps:
s1031: determining a spreadsheet frame from the spreadsheet parameters;
s1032: defining the cell logical relationship based on the spreadsheet framework;
s1033: and configuring the electronic form display mode according to the determined logical relationship of the cells.
The spreadsheet frame mainly refers to basic information of the spreadsheet, such as the number of rows and columns, the row and column distribution, and may also include basic parameters such as a header. For example, if cell a1 represents unit price, cell a2 represents quantity, and cell A3 represents total price, it is obvious that the product of cell a1 and cell a2 is the content to be filled in cell A3, and the logical relationship before cell a1, cell a2, and cell A3 is the product relationship in the mathematical relationship. In this embodiment, the cell logical relationship is not limited to simple addition, subtraction, multiplication, and division in mathematics, but may also be arithmetic logic or other formula logic, and can be written into the custom configuration by using the cell logical relationship. It should be particularly noted that the data in the data source generally exists singly, that is, there is no relationship between the data, and the data relation in each cell can also be established by configuring the logical relationship of the cells. The display mode of the electronic form refers to the display mode of the data, and includes modes of only adopting character strings, only adopting numbers, only adopting percentages and the like, and various display modes can be selected and mixed.
In addition, in this step, when the form template is set, editable states of the cells may be configured, some cell data are usually unchanged, such as unit price, and the like, in this case, the cell in which the unit price is located may be configured as an uneditable cell, and the corresponding number is an editable cell. Meanwhile, when the form template is set, a form function bar can be configured, functions corresponding to the electronic form are selected to be started or closed in the form of function icons in the function bar, and the functions comprise form content alignment, limited text or number entry, cell editable state, form content standard exceeding alarm and the like, can be configured with corresponding functions and are arranged in the form function bar. It should be noted that the functions in the form function bar may be packaged in the form template in a component form.
The specific format of the table template is not limited, and the table template is usually in a JSON Schema format.
S104: and rendering the form template according to the data source to obtain the electronic form.
This step is intended to render the form template from the data source to obtain the spreadsheet. Specifically, the spreadsheet can be obtained by rendering the spreadsheet template by using the exact-datasheet table rendering component according to the data source. However, in the configuration page of the read-datasheet, a act-datasheet table rendering component needs to be introduced in advance.
According to the embodiment of the application, the form template of the electronic form is configured, the user-defined function of the form is packaged to the form template, the cell logical relationship in the electronic form is configured, the data calculation and analysis functions of the electronic form are realized through the cell logical relationship, the source code does not need to be modified, the electronic form can be modified directly by adjusting the user-defined configuration of the form template, the electronic form change efficiency is greatly improved, and the actual service requirements are better met.
Based on the above embodiment, as a preferred embodiment, after the spreadsheet is rendered according to the data source and the custom configuration in step S104 of the previous embodiment, the method may further include the following steps:
analyzing the overproof reminding configuration into a json file; and analyzing the json file, adding the calling relation of the overproof reminding function in the cell configuration, and rendering the cell with overproof content by using the overproof reminding function.
If the spreadsheet can execute analysis data, such as financial and newspaper data, business and production data, etc., the function of overproof reminding can be configured on the basis of providing statistics of spreadsheet data. Specifically, the overproof reminding configuration can be analyzed into a json file, the corresponding overproof reminding function is called through the configuration of each cell after the json file is analyzed, the corresponding cell is rendered, and finally the corresponding cell is integrated into a complete spreadsheet page capable of showing whether the overproof reminding function is overproof or the standard function of reminding the corresponding service requirement is realized. During rendering, symbols that may indicate superscalar may be used, such as up arrows indicating superscalar, down arrows indicating substandard, and so on.
In other words, the present embodiment implements data processing and data analysis in the spreadsheet based on the spreadsheet generated in the previous embodiment, and marks and displays the cells corresponding to the data analysis result, which is helpful for improving the data analysis efficiency of the spreadsheet.
Based on the above embodiment, as a preferred embodiment, after the spreadsheet is obtained by rendering the form template according to the data source in step S104 of the previous embodiment, if the spreadsheet is modified, the form state of the spreadsheet is changed. The table state comprises a new state, a modified state and a release state. In the configuration stage of the spreadsheet and the data source importing process, the spreadsheet belongs to a new state, namely the spreadsheet is in the new state before being released, and the spreadsheet is invisible and in an editable and modifiable state in the process. The release state refers to a state after the electronic form is released, in which the electronic form is in a state of being released, in which the electronic form data is not normally modifiable. The modification state is a modification to the release state, for example, if a place needing modification, such as data abnormality, exists in the spreadsheet, the form state of the spreadsheet can be changed first, and the release state is changed to the modification state, at this time, the spreadsheet can still be in the release state, but the content of the spreadsheet can be modified.
The embodiment aims to configure the form state for the electronic form so as to limit the operable space of the data in the electronic form and avoid the data in the electronic form from being tampered.
On the basis of the embodiment, a person skilled in the art may also configure the spreadsheet version, for example, when performing rendering by using a exact-datasheet table rendering component, the current spreadsheet version may be configured, and the version may adopt a version number in a time sequence, or directly adopt time as the version number, so that the custom configuration of the spreadsheet is realized while the version trace of the spreadsheet data is realized, and the actual business requirements are met.
The following describes a spreadsheet generation system provided by an embodiment of the present application, and the generation system described below and the spreadsheet generation method described above may be referred to correspondingly.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a spreadsheet generation system provided in an embodiment of the present application, and the present application further provides a spreadsheet generation system, including:
a request receiving module 100, configured to receive a request for generating a spreadsheet;
a configuration reading module 200, configured to read the data source and the custom configuration in the generation request;
a template setting module 300, configured to set a form template of the electronic form according to the custom configuration;
and a table generating module 400, configured to render the table template according to the data source to obtain an electronic table.
Based on the above embodiment, as a preferred embodiment, the table generating module 400 is a module for rendering the table template by using a exact-datasheet table rendering component according to the data source to obtain the electronic table.
Based on the above embodiment, as a preferred embodiment, the template setting module 300 includes:
a first setting unit for determining a spreadsheet frame according to the spreadsheet parameters;
a second setting unit for defining the logical relationship of the cells based on the spreadsheet frame;
and the third setting unit is used for configuring the electronic form display mode according to the determined logical relationship of the cells.
Based on the above embodiment, as a preferred embodiment, the method further includes:
and the monitoring module is used for monitoring the electronic form and re-sending the generation request when the form content of the electronic form changes.
Based on the above embodiment, as a preferred embodiment, the method further includes:
the overproof marking module is used for analyzing the overproof reminding configuration into a json file; and analyzing the json file, adding a calling relation of an overproof reminding function in cell configuration, and rendering the cell with overproof content by using the overproof reminding function.
The present application also provides a computer readable storage medium having stored thereon a computer program which, when executed, may implement the steps provided by the above-described embodiments. The storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The application further provides an electronic device, which may include a memory and a processor, where the memory stores a computer program, and the processor may implement the steps provided by the foregoing embodiments when calling the computer program in the memory. Of course, the electronic device may also include various network interfaces, power supplies, and the like.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system provided by the embodiment, the description is relatively simple because the system corresponds to the method provided by the embodiment, and the relevant points can be referred to the method part for description.
The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are 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.

Claims (10)

1. A method for generating a spreadsheet, comprising:
receiving a spreadsheet generation request;
reading a data source and a custom configuration in the generation request; the custom configuration comprises spreadsheet parameters, cell logical relations and spreadsheet display modes;
setting a form template of the electronic form according to the custom configuration;
and rendering the form template according to the data source to obtain the electronic form.
2. The method of generating as claimed in claim 1, wherein rendering an electronic form from said data source to said form template comprises:
and rendering the form template by utilizing a exact-datasheet form rendering component according to the data source to obtain the electronic form.
3. The method of generating as claimed in claim 1, wherein setting a form template of the spreadsheet according to the custom configuration comprises:
determining a spreadsheet frame from the spreadsheet parameters;
defining the cell logical relationship based on the spreadsheet framework;
and configuring the electronic form display mode according to the determined logical relationship of the cells.
4. The method of generating as claimed in claim 1, further comprising, after rendering the spreadsheet template from the data source, the spreadsheet:
and monitoring the electronic form and reissuing a generation request when the form content of the electronic form changes.
5. The method of generating as claimed in claim 1, further comprising, after rendering the spreadsheet from the data source and the custom configuration:
analyzing the overproof reminding configuration into a json file;
and analyzing the json file, adding a calling relation of an overproof reminding function in cell configuration, and rendering the cell with overproof content by using the overproof reminding function.
6. The method of generating as claimed in claim 1, further comprising, after rendering the spreadsheet template from the data source, the spreadsheet:
if the electronic form is modified, the form state of the electronic form is changed;
the table state comprises a new state, a modified state and an issuing state.
7. A spreadsheet generation system, comprising:
the request receiving module is used for receiving a spreadsheet generation request;
the configuration reading module is used for reading the data source and the custom configuration in the generation request; the custom configuration comprises spreadsheet parameters, cell logical relations and spreadsheet display modes;
the template setting module is used for setting a form template of the electronic form according to the custom configuration;
and the table generating module is used for rendering the table template according to the data source to obtain the electronic table.
8. The generation system of claim 7, wherein the form generation module is a module for rendering the form template to an electronic form using a exact-datasheet form rendering component from the data source.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of generating a spreadsheet according to any one of claims 1-6.
10. An electronic device, characterized by comprising a memory in which a computer program is stored and a processor which, when called into the computer program in the memory, implements the steps of the spreadsheet generation method according to any of claims 1-6.
CN202011553284.9A 2020-12-24 2020-12-24 Electronic form generation method, system and related device Pending CN112632936A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011553284.9A CN112632936A (en) 2020-12-24 2020-12-24 Electronic form generation method, system and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011553284.9A CN112632936A (en) 2020-12-24 2020-12-24 Electronic form generation method, system and related device

Publications (1)

Publication Number Publication Date
CN112632936A true CN112632936A (en) 2021-04-09

Family

ID=75324479

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011553284.9A Pending CN112632936A (en) 2020-12-24 2020-12-24 Electronic form generation method, system and related device

Country Status (1)

Country Link
CN (1) CN112632936A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113190561A (en) * 2021-05-24 2021-07-30 平安国际智慧城市科技股份有限公司 Data list configuration method and device, electronic equipment and storage medium
CN113486269A (en) * 2021-05-25 2021-10-08 厦门海迈科技股份有限公司 WEB-based electronic form data processing method, computing device, and storage medium
CN114282503A (en) * 2022-03-04 2022-04-05 中铁第一勘察设计院集团有限公司 Method, system and storage medium for generating technical record book of railway communication equipment
CN115587577A (en) * 2022-12-13 2023-01-10 西安葡萄城软件有限公司 Method and device for drawing mini-graph based on formula in spreadsheet
WO2023029509A1 (en) * 2021-08-30 2023-03-09 康键信息技术(深圳)有限公司 Dynamic service publishing method and apparatus, and electronic device and storage medium

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824787A (en) * 2016-03-15 2016-08-03 江苏中威科技软件系统有限公司 Control method and system for dynamic configuration of HTML template
CN106649225A (en) * 2016-12-30 2017-05-10 冶金自动化研究设计院 JSON self-definition-based report generation system and method
CN107241227A (en) * 2017-06-29 2017-10-10 济南浪潮高新科技投资发展有限公司 A kind of configuration of network data form and generation method
CN107544808A (en) * 2017-09-07 2018-01-05 北京奥威科软信息技术有限公司 The generation method and device of a kind of web form
CN107885497A (en) * 2017-11-08 2018-04-06 北京锐安科技有限公司 A kind of webpage front-end method for exhibiting data and device based on form framework
US20180157468A1 (en) * 2016-12-03 2018-06-07 Thomas STACHURA Spreadsheet-Based Software Application Development
CN109255114A (en) * 2018-09-17 2019-01-22 四川长虹电器股份有限公司 The system and method for Excel table and legend is generated based on data configuration
CN109857969A (en) * 2019-01-25 2019-06-07 畅捷通信息技术股份有限公司 Data form view processing method, system and computer readable storage medium
CN110223044A (en) * 2019-06-12 2019-09-10 深圳市网心科技有限公司 A kind of mail push method, system and electronic equipment and storage medium
CN110333856A (en) * 2019-07-08 2019-10-15 政采云有限公司 Serviceization can layout online template generating system and method
CN110442411A (en) * 2019-07-16 2019-11-12 上海易点时空网络有限公司 List data logical relation processing method and processing device, storage medium
CN111353287A (en) * 2020-05-25 2020-06-30 广州市玄武无线科技股份有限公司 Dynamic table generation method, device, equipment and storage medium
CN111488149A (en) * 2020-03-11 2020-08-04 平安健康保险股份有限公司 Table rendering method and device based on canvas element and computer equipment
CN111680479A (en) * 2020-04-23 2020-09-18 平安国际智慧城市科技股份有限公司 Excel template-based form generation method and device and computer equipment

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824787A (en) * 2016-03-15 2016-08-03 江苏中威科技软件系统有限公司 Control method and system for dynamic configuration of HTML template
US20180157468A1 (en) * 2016-12-03 2018-06-07 Thomas STACHURA Spreadsheet-Based Software Application Development
CN106649225A (en) * 2016-12-30 2017-05-10 冶金自动化研究设计院 JSON self-definition-based report generation system and method
CN107241227A (en) * 2017-06-29 2017-10-10 济南浪潮高新科技投资发展有限公司 A kind of configuration of network data form and generation method
CN107544808A (en) * 2017-09-07 2018-01-05 北京奥威科软信息技术有限公司 The generation method and device of a kind of web form
CN107885497A (en) * 2017-11-08 2018-04-06 北京锐安科技有限公司 A kind of webpage front-end method for exhibiting data and device based on form framework
CN109255114A (en) * 2018-09-17 2019-01-22 四川长虹电器股份有限公司 The system and method for Excel table and legend is generated based on data configuration
CN109857969A (en) * 2019-01-25 2019-06-07 畅捷通信息技术股份有限公司 Data form view processing method, system and computer readable storage medium
CN110223044A (en) * 2019-06-12 2019-09-10 深圳市网心科技有限公司 A kind of mail push method, system and electronic equipment and storage medium
CN110333856A (en) * 2019-07-08 2019-10-15 政采云有限公司 Serviceization can layout online template generating system and method
CN110442411A (en) * 2019-07-16 2019-11-12 上海易点时空网络有限公司 List data logical relation processing method and processing device, storage medium
CN111488149A (en) * 2020-03-11 2020-08-04 平安健康保险股份有限公司 Table rendering method and device based on canvas element and computer equipment
CN111680479A (en) * 2020-04-23 2020-09-18 平安国际智慧城市科技股份有限公司 Excel template-based form generation method and device and computer equipment
CN111353287A (en) * 2020-05-25 2020-06-30 广州市玄武无线科技股份有限公司 Dynamic table generation method, device, equipment and storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113190561A (en) * 2021-05-24 2021-07-30 平安国际智慧城市科技股份有限公司 Data list configuration method and device, electronic equipment and storage medium
CN113486269A (en) * 2021-05-25 2021-10-08 厦门海迈科技股份有限公司 WEB-based electronic form data processing method, computing device, and storage medium
CN113486269B (en) * 2021-05-25 2024-01-30 厦门海迈科技股份有限公司 WEB-based electronic form data processing method, computing device and storage medium
WO2023029509A1 (en) * 2021-08-30 2023-03-09 康键信息技术(深圳)有限公司 Dynamic service publishing method and apparatus, and electronic device and storage medium
CN114282503A (en) * 2022-03-04 2022-04-05 中铁第一勘察设计院集团有限公司 Method, system and storage medium for generating technical record book of railway communication equipment
CN115587577A (en) * 2022-12-13 2023-01-10 西安葡萄城软件有限公司 Method and device for drawing mini-graph based on formula in spreadsheet

Similar Documents

Publication Publication Date Title
CN112632936A (en) Electronic form generation method, system and related device
CN109614424B (en) Page layout generation method, device, computing equipment and medium
CN109408764B (en) Page area dividing method, device, computing equipment and medium
CN111126019B (en) Report generation method and device based on mode customization and electronic equipment
CN111767057A (en) Data processing method and device
CN107943466B (en) Database access statement generation method, device and equipment
CN108875048B (en) Report generation method and device, electronic equipment and readable storage medium
CN113590102A (en) Zero-code rapid software development method, system, medium and equipment
CN112558967A (en) Page automatic generation method and device, electronic equipment and storage medium
CN110704394B (en) Report configuration modification method and device
CN112068911A (en) Method, device, system, equipment and medium for generating electronic form
CN115114146A (en) Interface test method, device, equipment and storage medium
CN112346944B (en) Method, equipment and storage medium for monitoring operation experience of webpage user
CN115686515A (en) Parameter visualization configuration interface generation method, device, medium and electronic equipment
CN114169306A (en) Method, device and equipment for generating electronic receipt and readable storage medium
CN112650492A (en) Rendering method, system and related device of Web page
CN114239525A (en) Contract template editing method and device, computer equipment and storage medium
CN113177389A (en) Text processing method and device, electronic equipment and storage medium
CN112068828A (en) Title control generation method, device, system, equipment and medium
US20050251498A1 (en) Method, computer program and device for executing actions using data sets
CN116383545B (en) Webpage report template generation method, device, equipment and medium
CN116009863B (en) Front-end page rendering method, device and storage medium
CN111241089B (en) ERP system secondary development method, system, device and readable storage medium
CN114594947A (en) Date display method, date display device, date display system, date display device, and date display medium
CN116757167A (en) Flexible development method based on custom field

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210409