CN113486269A - WEB-based electronic form data processing method, computing device, and storage medium - Google Patents

WEB-based electronic form data processing method, computing device, and storage medium Download PDF

Info

Publication number
CN113486269A
CN113486269A CN202110572093.5A CN202110572093A CN113486269A CN 113486269 A CN113486269 A CN 113486269A CN 202110572093 A CN202110572093 A CN 202110572093A CN 113486269 A CN113486269 A CN 113486269A
Authority
CN
China
Prior art keywords
data
server
definition
interface
compilation
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.)
Granted
Application number
CN202110572093.5A
Other languages
Chinese (zh)
Other versions
CN113486269B (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.)
Xiamen Hymake Technology Co ltd
Original Assignee
Xiamen Hymake Technology 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 Xiamen Hymake Technology Co ltd filed Critical Xiamen Hymake Technology Co ltd
Priority to CN202110572093.5A priority Critical patent/CN113486269B/en
Publication of CN113486269A publication Critical patent/CN113486269A/en
Application granted granted Critical
Publication of CN113486269B publication Critical patent/CN113486269B/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/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
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Abstract

The application discloses a WEB-based electronic form data processing method, a computing device and a storage medium, which are used for acquiring form demand data, wherein the demand data carries data description or numerical value; calling an embedded compilation definition interface, analyzing the demand data by a server and generating a compilation definition interface; and receiving and processing the structured data sent by the server and storing the data. The WEB-based electronic form data processing method, the computing equipment and the storage medium provided by the embodiment of the application provide a universal integrated scheme for form design and compilation aiming at various requirements, a requirement end is separated from a server end, the server end completes analysis, form data generation and operation interface provision, the requirement end completes preparation of associated data and subsequent data processing steps, the scheme does not depend on specific form implementation modes, such as specific controls, specific operating systems and the like, and data exchange and adaptation are facilitated.

Description

WEB-based electronic form data processing method, computing device, and storage medium
Technical Field
The present application relates to the technical field of WEB-side data, and in particular, to a method, a computing device, and a storage medium for processing spreadsheet data based on WEB.
Background
In the information-based construction, a lot of scenes need to be subjected to a lot of form compilation, the filling workload is large, and for example, a lot of form compilation needs exist in the fields of archive compilation, budget review, accounting and the like.
The prior art solutions are based on specific desktop controls or specific spreadsheet services, and cannot address the need for spreadsheet compilation in different scenarios.
Disclosure of Invention
The embodiment of the application provides a WEB-based spreadsheet data processing method, computing equipment and a storage medium, which are used for providing SaaS (software as a service) services for designing and compiling spreadsheets and providing a series of data description and interface definition so as to achieve the purpose of integration according to needs.
In one aspect, the invention discloses a method for processing spreadsheet data based on WEB, which comprises the following steps:
acquiring form demand data, wherein the demand data carries data description or numerical value;
calling an embedded compilation definition interface, analyzing the demand data by a server and generating a compilation definition interface;
and receiving and processing the structured data sent by the server and storing the data.
Preferably, the obtaining of the form requirement data is specifically implemented as:
acquiring template definition demand data;
the demand data includes: spreadsheet template definitions, variables, and dictionary definitions.
Preferably, before receiving and processing the structured data sent by the server and storing, the method further includes:
the response is initiated by the server with a callback interface request.
Preferably, the obtaining of the form requirement data is specifically implemented as:
obtaining template definition change data, the change data comprising: variable change data and dictionary definition change data;
the specific implementation of the server for analyzing the demand data and generating the compiling definition interface is as follows:
and generating selectable items corresponding to the variable change data and the dictionary definition change data.
Preferably, the obtaining of the form requirement data is specifically implemented as:
obtaining tabular required data, the required data at least comprising: variable values and dictionary values.
Preferably, the present invention further comprises: an authorization step, comprising:
preparing authorization information and submitting an authorization interface;
returning the token and the expiration time by the server;
when the authorization is successful, the step of obtaining form requirement data is performed using the token.
Preferably, the preparing the authorization information includes:
an authorized application identification (key), an authorized key (secret), a request timestamp (timestamp), and a signature (sign) are prepared.
Preferably, the demand data is in a JSON format;
the embedded programming definition interface is specifically an embedded address preset for communication with the server.
In another aspect, a computer-readable medium stores computer-executable instructions for performing the above-described method.
In another aspect, a computing device includes:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the above-described method.
The WEB-based electronic form data processing method, the computing equipment and the storage medium provided by the embodiment of the application provide a universal integrated scheme for form design and compilation aiming at various requirements, a requirement end is separated from a server end, the server end completes analysis, form data generation and operation interface provision, the requirement end completes preparation of associated data and subsequent data processing steps, the scheme does not depend on specific form implementation modes, such as specific controls, specific operating systems and the like, and data exchange and adaptation are facilitated.
Additional features and advantages of the application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the application. The objectives and other advantages of the application may be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a flowchart illustrating a method of processing spreadsheet data based on WEB according to an embodiment of the present application;
FIG. 2 is a flowchart showing a method for processing spreadsheet data based on WEB in the embodiment of the present application;
FIG. 2a is a schematic flowchart of a method for processing spreadsheet data based on WEB according to an embodiment of the present application;
FIG. 3 is a flowchart showing a method of processing spreadsheet data based on WEB in the embodiment of the present application;
FIG. 4a is a schematic diagram illustrating authorization steps of a method for processing spreadsheet data based on WEB in the embodiment of the present application;
fig. 4b is a schematic structural diagram of a computing device according to an embodiment of the present application.
Detailed Description
In order to promote information, the embodiment of the application provides a WEB-based electronic form data processing method, a computing device and a storage medium.
At present, the most mature applications in the field of spreadsheet processing are realized based on desktop technology, and are limited to Windows operating systems, and cannot be used across systems. Another mature application for electronic form processing in the field is a WEB-based form service, and this method only supports editing of file contents and cannot satisfy some associated operations with system data, such as data dictionary, variable filling, compilation service integration, data structuring, and the like.
The embodiment of the application provides a WEB-based spreadsheet data processing method, computing equipment and a storage medium, which are used for providing SaaS (software as a service) services for designing and compiling spreadsheets and providing a series of data description and interface definition so as to achieve the purpose of integration according to needs.
The method for processing spreadsheet data based on WEB according to the embodiment of the present application will be further described with reference to the accompanying drawings,
referring to fig. 1, a flow chart of a method for processing spreadsheet data based on WEB is schematically shown, which comprises the following steps:
and S11, acquiring form requirement data, wherein the requirement data carries data description or numerical value.
According to different requirement data, the scheme can be realized from the requirements of table formulation and template definition.
S12, calling an embedded compilation definition interface, analyzing the required data by a server and generating a compilation definition interface;
and S13, receiving and processing the structured data sent by the server and storing the data.
The user can define a page or a compiling interface according to the display template and perform template defining operation and compiling operation. The data needed and generated in the table design and compilation process are all structured data, and further storage, analysis and use of a calling party are facilitated. Meanwhile, the scheme does not depend on specific table implementation modes, such as specific controls, specific operating systems and the like, and data exchange and adaptation are facilitated.
Referring to fig. 2, obtaining the table requirement data is specifically implemented as:
s21, acquiring template definition requirement data;
the demand data includes: spreadsheet template definitions, variables, and dictionary definitions.
The calling party can completely quote the template definition function of the server side through template definition embedding, the template definition function comprises an electronic form design interface, variable dictionary binding and the like, meanwhile, the calling party needs to appoint a callback interface, and the server side returns data after the template definition is completed to the calling party through the callback interface.
The interface is, for example, a URL, and the caller can use the embedding method by a technology (such as iframe) supporting page embedding; variables and dictionary definitions to be used in the template are submitted in the JSON format when requested.
S22, calling an embedded compilation definition interface, analyzing the required data by a server and generating a compilation definition interface;
and the user defines a page according to the display template, performs template definition operation, and the server generates a template definition data structure and requests a caller to call back an interface.
S23, responding the callback interface request initiated by the server;
and S24, receiving and processing the structured data sent by the server and storing the data.
The embedding of the template definition function requires a two-part data structure, one for the definition of the spreadsheet template itself and one for the variable and dictionary definitions to be supported therein.
The template data structure is generated by the server and returned to the caller through the callback interface, and the variable and dictionary definition are data which are required to be generated by the caller according to the format requirement of the server when the caller calls the service interface.
By way of example, the primary data structure for a spreadsheet template is defined as follows, which will serve as the underlying data structure for the template definition and the spreadsheet compilation:
Figure RE-GDA0003215384310000051
Figure RE-GDA0003215384310000061
by way of example, the variable and dictionary construction follows the following data structure definition:
Figure RE-GDA0003215384310000062
referring to fig. 2a, still another embodiment of a WEB-based electronic spreadsheet data processing method;
s211 acquires template definition change data, where the change data includes: variable change data and dictionary definition change data;
if the existing module needs to be edited again, the variable and the dictionary definition are given when the interface is called, meanwhile, the existing template data structure is submitted together, and the server side can analyze the template data for displaying.
And S212, generating selectable items corresponding to the variable change data and the dictionary definition change data.
And providing change and dictionary definition when a request interface is called, analyzing the data after the server receives the data, wherein only the change and dictionary defined in the data can be used as selectable items in template definition operation, and if the data is not specified, only conventional template design operation can be performed, and association of variables and dictionaries cannot be provided.
Referring to fig. 3, still another embodiment of the WEB-based electronic spreadsheet data processing method;
s31, obtaining the table to compile the demand data, the demand data at least includes: variable values and dictionary values;
the existing table is created or edited according to the existing template, the data prepared by the calling party is the value of the variable and the dictionary, and the data association is mainly established during the definition.
Illustratively, the variable and dictionary value data structure is defined as follows:
Figure RE-GDA0003215384310000071
s32, calling an embedded compilation definition interface, analyzing the required data by a server and generating a compilation definition interface;
and the user carries out compilation operation on the compilation definition interface, and the server generates a devalued table data structure and requests a caller to call back the interface according to the compilation operation request.
S33, responding the callback interface request initiated by the server;
s34, receiving and processing the structured data sent by the server and storing the data
FIG. 4a shows the authorization steps of the present invention, including:
s411, preparing authorization information and submitting an authorization interface;
an authorized application identification (key), an authorized key (secret), a request timestamp (timestamp), and a signature (sign) are prepared. The calling party can perform the right confirmation verification according to the authorization mode defined by the scheme, and the scheme takes the token authorization mode as an example for explanation.
The authorization key includes an authorization application identifier (key), an authorization key (secret), a request timestamp (timestamp), and a signature (sign).
In an exemplary manner, the first and second electrodes are,
Figure RE-GDA0003215384310000081
s412, the server returns the token and the expiration time;
submitted in JSON data format when requested. The returned content primarily includes an authorized token and an expiration time, which may, for example,
Figure RE-GDA0003215384310000091
and S413, when the authorization is successful, using the token to execute the step of acquiring the table requirement data.
And after the caller obtains the correct token, other service calls can be executed, token information needs to be added during other service calls, and the server judges whether the token is valid or not to respond after receiving the request.
The WEB-based electronic form data processing method, the computing equipment and the storage medium provided by the embodiment of the application provide a universal integrated scheme for form design and compilation aiming at various requirements, a requirement end is separated from a server end, the server end completes analysis, form data generation and operation interface provision, the requirement end completes preparation of associated data and subsequent data processing steps, the scheme does not depend on specific form implementation modes, such as specific controls, specific operating systems and the like, and data exchange and adaptation are facilitated.
The invention also discloses a computer readable medium storing computer executable instructions for executing the method of the above embodiment.
A readable signal medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable signal medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations of the present application may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device over any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., over the internet using an internet service provider).
The invention also discloses a computing device, and the computing device 420 according to this embodiment of the application is described below with reference to fig. 4 b. The computing device 420 shown in fig. 4b is only an example and should not bring any limitations to the functionality or scope of use of the embodiments of the present application.
As shown in fig. 4b, the computing device 420 is embodied in the form of a general purpose computing device. Components of computing device 420 may include, but are not limited to: the at least one processor 421, the at least one memory 422, and a bus 423 connecting various system components (including the memory 422 and the processor 421).
Bus 423 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, a processor, or a local bus using any of a variety of bus architectures.
The memory 422 may include readable media in the form of volatile memory, such as Random Access Memory (RAM)4221 and/or cache memory 4222, and may further include Read Only Memory (ROM) 4223.
Memory 422 may also include a program/utility 4225 having a set (at least one) of program modules 4224, such program modules 4224 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
The computing device 420 may also communicate with one or more external devices 424 (e.g., keyboard, pointing device, etc.), may also communicate with one or more devices that enable a user to interact with the computing device 420, and/or may communicate with any devices (e.g., router, modem, etc.) that enable the computing device 420 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 425. Also, the computing device 420 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) through the network adapter 426. As shown, network adapter 426 communicates with other modules for computing device 420 over bus 423. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with computing device 420, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
In summary, the following steps:
the invention discloses a WEB-based electronic form data processing method, a computing device and a storage medium, which are realized by the following steps: acquiring form demand data, wherein the demand data carries data description or numerical value; calling an embedded compilation definition interface, analyzing the demand data by a server and generating a compilation definition interface; and receiving and processing the structured data sent by the server and storing the data. The WEB-based electronic form data processing method, the computing equipment and the storage medium provided by the embodiment of the application provide a universal integrated scheme for form design and compilation aiming at various requirements, a requirement end is separated from a server end, the server end completes analysis, form data generation and operation interface provision, the requirement end completes preparation of associated data and subsequent data processing steps, the scheme does not depend on specific form implementation modes, such as specific controls, specific operating systems and the like, and data exchange and adaptation are facilitated.
In some possible embodiments, the aspects of the method for processing spreadsheet data based on WEB provided by the present application may also be implemented in the form of a program product comprising program code for causing a computer device to perform the steps of the method for encrypting information to be authenticated and/or the method for authenticating information to be authenticated according to various exemplary embodiments of the present application described above in this specification when the program product is run on a computer device, for example, the computer device may perform steps 11-13 as shown in fig. 1.
In some possible embodiments, a computing device according to the present application may include at least one processor, and at least one memory (e.g., the aforementioned first server). The memory stores program codes, and when the program codes are executed by the processor, the processor executes the steps of the system permission opening method according to the various exemplary embodiments of the present application described above in the present specification.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The program product for system privilege opening of embodiments of the present application may employ a portable compact disk read-only memory (CD-ROM) and include program code, and may be executable on a computing device. However, the program product of the present application is not limited thereto, and in this document, a readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While the preferred embodiments of the present application have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all alterations and modifications as fall within the scope of the application.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (10)

1. A WEB-based electronic form data processing method is characterized by comprising the following steps:
acquiring form demand data, wherein the demand data carries data description or numerical value;
calling an embedded compilation definition interface, analyzing the demand data by a server and generating a compilation definition interface;
and receiving and processing the structured data sent by the server and storing the data.
2. The method of claim 1, wherein obtaining form requirement data is implemented as:
acquiring template definition demand data;
the demand data includes: spreadsheet template definitions, variables, and dictionary definitions.
3. The method of claim 2, wherein before receiving and processing the structured data sent by the server for storage, further comprising:
the response is initiated by the server with a callback interface request.
4. The method according to any one of claims 2-3, wherein obtaining form requirement data is specifically implemented as:
obtaining template definition change data, the change data comprising: variable change data and dictionary definition change data;
the specific implementation of the server for analyzing the demand data and generating the compiling definition interface is as follows:
and generating selectable items corresponding to the variable change data and the dictionary definition change data.
5. The method according to any one of claims 1-2, wherein obtaining form requirement data is implemented as:
obtaining tabular required data, the required data at least comprising: variable values and dictionary values.
6. The method of claim 5, further comprising: an authorization step, comprising:
preparing authorization information and submitting an authorization interface;
returning the token and the expiration time by the server;
when the authorization is successful, the step of obtaining form requirement data is performed using the token.
7. The method of claim 6, wherein preparing authorization information comprises:
an authorized application identification (key), an authorized key (secret), a request timestamp (timestamp), and a signature (sign) are prepared.
8. The method according to any one of claims 1, 2 or 5, wherein the demand data is specifically in JSON format;
the embedded programming definition interface is specifically an embedded address preset for communication with the server.
9. A computer-readable medium having stored thereon computer-executable instructions for performing the method of any one of claims 1-8.
10. A computing device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1-8.
CN202110572093.5A 2021-05-25 2021-05-25 WEB-based electronic form data processing method, computing device and storage medium Active CN113486269B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110572093.5A CN113486269B (en) 2021-05-25 2021-05-25 WEB-based electronic form data processing method, computing device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110572093.5A CN113486269B (en) 2021-05-25 2021-05-25 WEB-based electronic form data processing method, computing device and storage medium

Publications (2)

Publication Number Publication Date
CN113486269A true CN113486269A (en) 2021-10-08
CN113486269B CN113486269B (en) 2024-01-30

Family

ID=77933105

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110572093.5A Active CN113486269B (en) 2021-05-25 2021-05-25 WEB-based electronic form data processing method, computing device and storage medium

Country Status (1)

Country Link
CN (1) CN113486269B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104063219A (en) * 2014-06-25 2014-09-24 北京思特奇信息技术股份有限公司 Form development method and system for WEB system
CN106649225A (en) * 2016-12-30 2017-05-10 冶金自动化研究设计院 JSON self-definition-based report generation system and method
CN107169050A (en) * 2017-04-26 2017-09-15 燕山大学 A kind of customized Web forms implementation method of pattern
US20170286389A1 (en) * 2016-03-31 2017-10-05 SEI Global Services, Inc. Dynamic Generation of Electronic Forms and Documents
CN108255799A (en) * 2018-01-03 2018-07-06 北京帕克国际工程咨询股份有限公司 Construction-engineering project manages list intelligent generating system and method
CN109614601A (en) * 2018-10-23 2019-04-12 深圳微迅信息科技有限公司 Form processing method, device, equipment and readable medium based on web
CN109766529A (en) * 2018-12-03 2019-05-17 中国联合网络通信集团有限公司 A kind of generation method and equipment of report
CN109918370A (en) * 2019-01-24 2019-06-21 西安交通大学 A kind of development approach and system of the configurable forms application front end based on WEB
CN110555025A (en) * 2019-08-29 2019-12-10 中邮科通信技术股份有限公司 method and system for realizing WEB form custom field
CN112099898A (en) * 2020-11-06 2020-12-18 广州市玄武无线科技股份有限公司 Form processing system and method based on Web front end
CN112286527A (en) * 2020-11-04 2021-01-29 浪潮云信息技术股份公司 Method for realizing user-defined web version excel
CN112445473A (en) * 2019-08-29 2021-03-05 北京京东尚科信息技术有限公司 Client layout method and device, storage medium and electronic equipment
CN112632936A (en) * 2020-12-24 2021-04-09 山东中创软件工程股份有限公司 Electronic form generation method, system and related device
CN112800371A (en) * 2021-01-29 2021-05-14 深圳前海微众银行股份有限公司 Method and device for processing spreadsheet data in web page

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104063219A (en) * 2014-06-25 2014-09-24 北京思特奇信息技术股份有限公司 Form development method and system for WEB system
US20170286389A1 (en) * 2016-03-31 2017-10-05 SEI Global Services, Inc. Dynamic Generation of Electronic Forms and Documents
CN106649225A (en) * 2016-12-30 2017-05-10 冶金自动化研究设计院 JSON self-definition-based report generation system and method
CN107169050A (en) * 2017-04-26 2017-09-15 燕山大学 A kind of customized Web forms implementation method of pattern
CN108255799A (en) * 2018-01-03 2018-07-06 北京帕克国际工程咨询股份有限公司 Construction-engineering project manages list intelligent generating system and method
CN109614601A (en) * 2018-10-23 2019-04-12 深圳微迅信息科技有限公司 Form processing method, device, equipment and readable medium based on web
CN109766529A (en) * 2018-12-03 2019-05-17 中国联合网络通信集团有限公司 A kind of generation method and equipment of report
CN109918370A (en) * 2019-01-24 2019-06-21 西安交通大学 A kind of development approach and system of the configurable forms application front end based on WEB
CN110555025A (en) * 2019-08-29 2019-12-10 中邮科通信技术股份有限公司 method and system for realizing WEB form custom field
CN112445473A (en) * 2019-08-29 2021-03-05 北京京东尚科信息技术有限公司 Client layout method and device, storage medium and electronic equipment
CN112286527A (en) * 2020-11-04 2021-01-29 浪潮云信息技术股份公司 Method for realizing user-defined web version excel
CN112099898A (en) * 2020-11-06 2020-12-18 广州市玄武无线科技股份有限公司 Form processing system and method based on Web front end
CN112632936A (en) * 2020-12-24 2021-04-09 山东中创软件工程股份有限公司 Electronic form generation method, system and related device
CN112800371A (en) * 2021-01-29 2021-05-14 深圳前海微众银行股份有限公司 Method and device for processing spreadsheet data in web page

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
杜嘉: "呼叫中心自定义报表生成系统的设计与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》, no. 03, pages 136 - 1054 *

Also Published As

Publication number Publication date
CN113486269B (en) 2024-01-30

Similar Documents

Publication Publication Date Title
CN109670297B (en) Method and device for opening service permission, storage medium and electronic equipment
CN109347855B (en) Data access method, device, system, electronic design and computer readable medium
CN108040040A (en) A kind of automation analysis method and device of application protocol message
CN111767095A (en) Micro-service generation method and device, terminal equipment and storage medium
CN111414407A (en) Data query method and device of database, computer equipment and storage medium
CN109189379A (en) code generating method and device
KR101823016B1 (en) Reducing web browsing overheads with external code certification
TW201439792A (en) System and method for accessing database
CN112558946A (en) Method, device and equipment for generating code and computer readable storage medium
CN107534671A (en) The polymerization of Distributed Services entity and association is with combining
US20230120160A1 (en) Authentication aggregator
CN111125064B (en) Method and device for generating database schema definition statement
CN111242462A (en) Data processing method and device, computer storage medium and electronic equipment
CN108984202B (en) Electronic resource sharing method and device and storage medium
CN113238739A (en) Plug-in development and data acquisition method, device, electronic equipment and medium
CN112882863A (en) Method, device and system for recovering data and electronic equipment
CN110717315B (en) System data batch modification method and device, storage medium and electronic equipment
CN114626352B (en) Report automatic generation method, device, computer equipment and storage medium
CN113486269B (en) WEB-based electronic form data processing method, computing device and storage medium
CN115578170A (en) Financial batch certificate making method, device, equipment and storage medium
CN114816361A (en) Method, device, equipment, medium and program product for generating splicing project
CN115514632A (en) Resource template arranging method, device and equipment for cloud service and storage medium
CN114900448A (en) Micro-service gateway flow management method and device and electronic equipment
CN111897728B (en) Interface debugging method and related equipment
CN110765610B (en) PDM integration method, PDM integration device, computer equipment and 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