CN111476015A - Document processing method and device, electronic equipment and storage medium - Google Patents

Document processing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111476015A
CN111476015A CN202010279979.6A CN202010279979A CN111476015A CN 111476015 A CN111476015 A CN 111476015A CN 202010279979 A CN202010279979 A CN 202010279979A CN 111476015 A CN111476015 A CN 111476015A
Authority
CN
China
Prior art keywords
target
header
subdata
binding relationship
information
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
CN202010279979.6A
Other languages
Chinese (zh)
Other versions
CN111476015B (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.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance Network 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 Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN202010279979.6A priority Critical patent/CN111476015B/en
Publication of CN111476015A publication Critical patent/CN111476015A/en
Application granted granted Critical
Publication of CN111476015B publication Critical patent/CN111476015B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/12Accounting
    • G06Q40/125Finance or payroll

Abstract

The embodiment of the disclosure discloses a document processing method, a document processing device, an electronic device and a storage medium, wherein the method is applied to a server and comprises the following steps: when a target document is received, acquiring each header in the target document and a group of data corresponding to each header; respectively establishing a longitudinal binding relationship between each table head and each row subdata corresponding to each table head, and establishing a transverse binding relationship between each column subdata in the same row corresponding to each table head; and respectively storing the header information and all the subdata to a target position. The technical scheme solves the technical problems that in the prior art, only fixed compensation templates can be identified, the personalized requirements of users cannot be met, and the user experience is poor, realizes the identification of different compensation templates, and improves the technical effect of the user experience.

Description

Document processing method and device, electronic equipment and storage medium
Technical Field
The embodiment of the disclosure relates to the technical field of computers, and in particular relates to a document processing method and device, an electronic device and a storage medium.
Background
At present, most enterprises send compensation information corresponding to each user through an application program of compensation notification information.
In the prior art, the processing method is to download a salary template corresponding to at least one salary structure template preset in an application program, and add corresponding salary information in the salary template. The application program can process the uploaded compensation template and send compensation information to the corresponding user.
However, the application programs currently on the market that process the compensation templates can only identify fixed compensation templates or optional compensation structure templates in the application programs. Once the header in the compensation template is modified by the user and then uploaded to the application program, a fault report condition occurs, that is, when header information in the compensation template is changed, the application program cannot identify the compensation structure template, and there is a problem that information cannot be notified to compensation of the user; if the inherent compensation template is adopted, even if the user receives compensation notification information, the problem of compensation composition cannot be accurately understood, namely the technical problems that the personalized requirements of enterprises cannot be met and the user experience is poor exist in the prior art.
Disclosure of Invention
The embodiment of the disclosure provides a document processing method and device, an electronic device and a storage medium, which realize the purpose of meeting the personalized requirements of users by identifying salary structures of different templates, thereby improving the technical effect of user experience.
In a first aspect, an embodiment of the present disclosure provides a document processing method, where the method is applied in a server, and includes:
when a target document is received, acquiring each header in the target document and a group of data corresponding to each header; wherein, the group of data comprises at least one row subdata;
respectively establishing a longitudinal binding relationship between each table head and each row subdata corresponding to each table head, and establishing a transverse binding relationship between each column subdata in the same row corresponding to each table head;
and respectively storing the header information, the binding relationship and all the subdata to a target position, acquiring each header and the target subdata corresponding to each header from the target position based on the binding relationship when receiving request information for acquiring a target text, processing the header information, the binding relationship and the target subdata into the target text, and feeding the target text back to a target client.
In a second aspect, an embodiment of the present disclosure further provides a document processing method, where the method is applied to a client, and includes:
when the operation of acquiring a target text is triggered is detected, request information corresponding to the target text is generated and sent to a server, so that the server determines the target text corresponding to the request information based on a horizontal binding relationship and a vertical binding relationship which are established in advance; the target text comprises a header and target subdata corresponding to the header;
when the target text is received, the target text is displayed on a display interface
In a third aspect, an embodiment of the present disclosure further provides a document processing apparatus, where the apparatus is applied in a server, and the apparatus includes:
the document analysis module is used for calling a document analysis script to obtain each header in the target document and a group of data corresponding to each header when the target document is received; wherein, the group of data comprises at least one row subdata;
the binding relation establishing module is used for calling a binding relation establishing script, respectively establishing a longitudinal binding relation between each header and each row subdata corresponding to each header, establishing a transverse binding relation between each column subdata corresponding to each header and positioned in the same row, respectively storing header information and all subdata to a target position based on the storage module, and acquiring each header and target subdata corresponding to each header from the target position based on the binding relation when request information for acquiring a target text is received, processing the header and the target subdata into the target text, and feeding the target text back to the target client.
In a fourth aspect, an embodiment of the present disclosure further provides a document processing apparatus, where the target text information sending module is configured to, when an operation of triggering to obtain a target text is detected, generate request information corresponding to the target text and send the request information to a server, so that the server determines, based on a horizontal binding relationship and a vertical binding relationship that are established in advance, the target text corresponding to the request information; the target text comprises a header and target subdata corresponding to the header;
and the target text display module is used for displaying the target text on a display interface when the target text is received.
In a fifth aspect, an embodiment of the present disclosure further provides an electronic device, where the electronic device includes:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement a document processing method as in any of the embodiments of the disclosure.
In a sixth aspect, the disclosed embodiments also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are used to perform the document processing method according to any one of the disclosed embodiments.
According to the technical scheme of the embodiment, when a target document is received, a document analysis script is called to obtain each header in the target document and a group of data corresponding to each header, a binding relationship establishing script is called to establish a longitudinal binding relationship between each header and each row subdata corresponding to each header and a transverse binding relationship between each column subdata in the same row corresponding to each header, and header information and all subdata are stored to a target position respectively based on a storage module, so that the technical problem that in the prior art, an application program can only process a fixed salary template structure, the individualized requirements of enterprises cannot be well met, the user experience is poor is solved, and the header in the target document and the corresponding data are respectively processed by the target application program, therefore, different salary structure templates can be processed, the individual requirements of each enterprise are met, and the technical effect of user experience is improved.
Drawings
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. Throughout the drawings, the same or similar reference numbers refer to the same or similar elements. It should be understood that the drawings are schematic and that elements and features are not necessarily drawn to scale.
FIG. 1 is a flowchart illustrating a document processing method according to an embodiment of the disclosure;
FIG. 2 is another schematic flow chart illustrating a document processing method according to a second embodiment of the disclosure;
FIG. 3 is another schematic flow chart illustrating a document processing method according to a third embodiment of the disclosure;
FIG. 4 is another schematic flow chart illustrating a document processing method according to a fourth embodiment of the disclosure;
FIG. 5 is a schematic structural diagram of a document processing apparatus according to a fifth embodiment of the disclosure;
FIG. 6 is a schematic structural diagram of a document processing apparatus according to a sixth embodiment of the disclosure;
fig. 7 is a schematic structural diagram of an electronic device according to a seventh embodiment of the disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure are shown in the drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but rather are provided for a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the disclosure.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order, and/or performed in parallel. Moreover, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
The term "include" and variations thereof as used herein are open-ended, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions for other terms will be given in the following description.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence relationship of the functions performed by the devices, modules or units.
It is noted that references to "a", "an", and "the" modifications in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that "one or more" may be used unless the context clearly dictates otherwise.
Example one
Fig. 1 is a schematic flowchart of a document processing method provided in an embodiment of the present disclosure, which may be applied to a server, and may be applicable to a situation of processing uploaded different salary structure templates, where the method may be executed by a document processing apparatus, and the apparatus may be implemented in a form of software and/or hardware, and optionally, implemented by an electronic device, and the electronic device may be a mobile terminal, a PC terminal, and the like.
As shown in fig. 1, the method of this embodiment includes:
s110, when a target document is received, acquiring each header in the target document and a group of data corresponding to each header.
Wherein the target document can be understood as associated data information corresponding to each user. For example, the associated data information may be a payroll corresponding to each user, and accordingly, the target document may make a payroll structural form including all or part of employees for each enterprise; the salary structure list includes details of salaries, and optionally, basic salaries, bonuses, deductions, and the like. That is, the target document includes salary structures corresponding to the respective users.
In order to conveniently integrate salary structures of all users, the method can be implemented based on excel tables. The compensation items can be edited in the header of the excel table, and optionally, the compensation items edited in the header can be numbers, names, compensation amounts and the like corresponding to the user. The user editing the table can add and delete any content in the excel table, and optionally, modify the compensation item in the header, for example, edit the user number into a salary number. That is, the header is a component of compensation, and the name, number, compensation amount, etc. of the user can be edited in the header. Each header in the target document and a group of data corresponding to the header can be obtained through the document parsing script.
It should be noted that, in the salary structure templates manufactured by different enterprises, there is a certain difference in the composition items of the salary structure, and in order to meet the requirements of different enterprises, the technical solution disclosed in this embodiment may respectively process the header and the corresponding content in the excel table, so as to realize the identification of different salary structure templates.
In this embodiment, the target document is an associated data information table corresponding to each user. Optionally, the associated data information table may be a salary structure corresponding to each user; the payroll structure comprises a header and payroll amounts corresponding to the headers; each header comprises a user number, a name, basic wages, bonus, deduction, insurance and actual sending wages corresponding to the user; each subdata comprises a number corresponding to the user number, the name of the user and salary amount corresponding to basic salary, bonus, deduction, insurance and actual payoff.
That is, payroll composition items, such as payroll number, user number, name, basic payroll, bonus, subsidy, deduction, insurance, deduction, and actual payroll issuance, can be edited in the first row of the excel table, but not limited to the above listed payroll composition items as the information edited in the header. After editing of the header information is completed, the corresponding amount of money may be edited at the position corresponding to the header item. It should be noted that the money amount edited in the same line in the excel table is used as the sub-data corresponding to the same user. That is, the number of rows in the excel table is related to the actual number of users.
Illustratively, the head of the form is filled with salary numbers, user numbers, names, basic salaries, bonus, subsidy, deduction, insurance, payroll, tax deduction and real payroll; correspondingly, the number, name and corresponding compensation amount corresponding to different users can be written in the corresponding header, and optionally, the sub-data filled in the corresponding header are respectively: 0001. 0001, plum X, 2050, 3000, 200, 0, 600, 4650, 0, 4650.
Specifically, after the payroll structural form is edited, the excel table can be used as a target document. When the target document is uploaded to the target application program, the server corresponding to the target application program can call the document analysis script to analyze the target document, namely, each header in the target document and a group of data corresponding to each header are obtained.
S120, respectively establishing a longitudinal binding relationship between each header and each row subdata corresponding to each header, and establishing a transverse binding relationship between each column subdata in the same row corresponding to each header.
The longitudinal binding relationship refers to the binding relationship between each piece of sub-row data and the corresponding header respectively; the horizontal binding relationship refers to binding the same user, namely the subdata in the same row in the excel table. The advantage of establishing a binding relationship is that when one of the data is triggered, all of the associated data corresponding thereto may be invoked. The establishment of the binding relationship can be realized by establishing a script of the binding relationship, namely establishing the binding relationship of each subdata in the target document based on a pre-written program code.
Specifically, after the analyzed target document is obtained, a binding relationship establishing script may be called to respectively establish a longitudinal binding relationship between each row subdata and the corresponding header. In order to trigger one target subdata, associated data corresponding to the target subdata can be obtained, and a horizontal binding relationship between column subdata in the same row corresponding to each header can be established.
And S130, respectively storing the header information and all the subdata to a target position.
The header information, the binding relationship and each subdata can be stored in a target position respectively based on the storage module. The target location may be a preset storage location. The advantages of establishing and storing the binding relationship are that: when the server receives and obtains the target text corresponding to the user, the header and each subdata related to the target subdata can be obtained from the target position according to the pre-established binding relationship, and the quantity of each subdata obtained at this time is the same as the quantity of salary composition items. And combining and sorting the acquired subdata and the table header, and sending the subdata and the table header to a client or a terminal corresponding to a target user in a table form.
According to the technical scheme of the embodiment, when a target document is received, a document analysis script is called to obtain each header in the target document and a group of data corresponding to each header, a binding relationship establishing script is called to establish a longitudinal binding relationship between each header and each row subdata corresponding to each header and a transverse binding relationship between each column subdata in the same row corresponding to each header, and header information and all subdata are stored to a target position respectively based on a storage module, so that the technical problem that in the prior art, an application program can only process a fixed salary template structure, the individualized requirements of enterprises cannot be well met, the user experience is poor is solved, and the header in the target document and the corresponding data are respectively processed by the target application program, therefore, different salary structure templates can be processed, the individual requirements of each enterprise are met, and the technical effect of user experience is improved.
Example two
On the basis of the above technical solution, after the header and each corresponding sub-data are respectively stored to the target location, if the salary structure of at least one user is received and sent to the corresponding user, the data stored to the target location needs to be processed to obtain notification information corresponding to different salary structures. Fig. 2 is another schematic flow chart of a document processing method according to a second embodiment of the disclosure.
As shown in fig. 2, the method includes:
s210, when the target document is received, each header in the target document and a group of data corresponding to each header are obtained.
Specifically, when the user sorting the excel form completes the salary structure, that is, when the target document is manufactured, the target document may be uploaded to the target application program, and the server corresponding to the target application program may call the document parsing script to parse the target document, so as to obtain the headers in the target document and a set of data corresponding to the headers.
S220, respectively establishing a longitudinal binding relationship between each table head and each row subdata corresponding to each table head, and establishing a transverse binding relationship between each column subdata in the same row corresponding to each table head.
After the document analysis script completes the analysis of the target document, a binding relationship establishing script may be called to respectively establish a longitudinal binding relationship between each subdata and the corresponding header, and a transverse binding relationship between each column subdata in the same row corresponding to each header, for example, each column subdata in the same row is respectively bound with the corresponding user number or name as a transverse binding relationship.
And S230, respectively storing the header information and all the subdata to the target positions.
Optionally, when request information for obtaining the target text is received, each header and target subdata corresponding to each header are obtained from the target position based on the binding relationship, and are processed into the target text and then fed back to the target client.
S240, when a sending request for sending the salary structure corresponding to the target user is received, acquiring the to-be-processed column subdata corresponding to the target user based on the transverse binding relationship, and acquiring the header corresponding to the to-be-processed column subdata based on the longitudinal binding relationship to obtain the target salary structure corresponding to the target user.
It should be noted that, when the user managing salary confirms sending salary notification information to at least one user, the user identification control in the target area may be triggered to select the user to send the salary notification information, and the confirmation control is triggered to send the notification information to the selected user.
Wherein the target user may be understood as a user receiving salary notification information. The sending request carries an identifier of a user number or a user name.
Specifically, assuming that the number of the target users is one, when the user managing the compensation triggers the user selection control in the target area of the client, optionally, the triggering is a salary number or a user name, and clicks the target control, the user clicks the confirmation button. The server may receive a sending request for sending the salary structure corresponding to the target user, and the server may obtain, according to the identifier in the sending request, optionally, the name of the user or the number of the user, all the to-be-processed list data corresponding to the target user based on the horizontal binding relationship, and obtain, based on the vertical binding relationship, a header corresponding to each of the to-be-processed list data.
And S250, calling the data sending component to process the target salary structure, generating target notification information corresponding to the target salary structure, and sending the target notification information to the target user so that the target user can check the corresponding salary structure according to the notification information.
The data sending component may be understood to perform integration processing on the acquired data and generate notification information corresponding to the integrated content. And taking the information sent to the target user as target notification information.
Specifically, after the list data and the header corresponding to the target user are obtained based on the binding relationship, the data sending component may be called to process the list data and the header to obtain a target salary structure corresponding to the target user, target notification information corresponding to the target user is generated according to the target salary structure, and the target notification information is sent to the target user, so that the target user may view the salary structure corresponding to the target user according to the target notification information.
It should be noted that, when the number of the target users is multiple and a target salary structure with one of the target users is obtained, the target salary structure may be placed in an asynchronous queue, and when it is detected that there is data in the asynchronous queue, the data sending component is invoked to send the data in the asynchronous queue to each target user.
That is, after triggering the control corresponding to the user name or the user number in the target area, the server may receive a plurality of request identifiers carrying the user name or the user number. And acquiring salary amount corresponding to the target user according to the request identifier and the transverse binding relationship, and acquiring a header corresponding to each salary amount based on the longitudinal binding relationship, namely acquiring salary structures corresponding to each user in sequence. Because the number of the triggered users is multiple, in order to improve the sending efficiency of sending the notification information corresponding to the salary structure to the target user, the notification information can be put into an asynchronous queue when one user salary structure is obtained. When the server detects that data exists in the asynchronous queue, the server can call the data sending component to process the data in the asynchronous queue in sequence.
According to the technical scheme of the embodiment of the disclosure, when the salary structures corresponding to the multiple users are detected to be respectively issued to the corresponding users, the salary structures corresponding to each user can be obtained based on the pre-established binding relationship, and the notification information corresponding to the salary structures of the users is sent based on the asynchronous queue mode, so that the technical problem that in the prior art, when the multiple messages are sent, the processed or sent identification is always displayed on the display interface, so that the users cannot perform other operations, and the user experience is influenced is solved, and the technical effects of improving the user experience are achieved.
EXAMPLE III
Fig. 3 is a schematic flowchart of a document processing method provided by a third embodiment of the present disclosure, where the third embodiment of the present disclosure is applied to a client, and is applicable to a situation where a salary structure corresponding to notification information is obtained according to the notification information, and the method may be executed by a document processing apparatus, and the apparatus may be implemented in a form of software and/or hardware, and optionally, implemented by an electronic device, and the electronic device may be a mobile terminal, a PC terminal, or the like.
As shown in fig. 3, the method of this embodiment includes:
and S310, when the operation of acquiring the target text is triggered is detected, generating request information corresponding to the target text and sending the request information to a server.
The target text can be understood as a salary structure corresponding to the current user, and the salary structure comprises a header and corresponding salary amounts under each header. Of course, the corresponding content under the header corresponds to the current user. The request information may carry an identifier corresponding to the target text.
Specifically, when the user triggers a control on the client for obtaining the target text, or triggers a link that can jump to the client for obtaining the target text, the client may generate request information corresponding to the obtained target text, and may send the request information to the server. The server receives the request information and obtains a target text corresponding to the request information from the database according to the identification information in the request information, optionally, the name of the user, or the salary number corresponding to the user, or the user number, and the pre-established binding relationship.
Optionally, when detecting that the notification information of the target text is triggered to be acquired, calling a target application program; and generating request information for acquiring the target text based on the target application program and the identification information in the notification information, and sending the request information to a server.
Wherein a target application may be understood as an application that sends salary notification information to individual users. The notification information may be a link, a card, or a control in the target application.
Specifically, when the user triggers the notification information, the target application may be invoked. And the target application program generates request information corresponding to the notification information according to the identification information in the notification information and sends the request information to the server so that the server acquires a target text corresponding to the notification information according to the request information.
The request information also includes identification information corresponding to the user.
And S320, when the target text is received, displaying the target text on a display interface.
When the server acquires the target text corresponding to the request information according to the pre-established binding relationship, the target text can be sent to the client, and the target text can be displayed on a display interface in the form of pictures or texts, so that a user can see a salary structure, technical salary composition items and corresponding salary amount corresponding to the target text.
That is to say, according to the technical scheme of the embodiment of the present disclosure, a user obtains a salary structure corresponding to notification information, which may be: when the link corresponding to the notification information is triggered or after the application program is triggered, the target client, namely the target application program, can be invoked, and the client can generate request information corresponding to the notification information according to the triggering operation of the user and send the request information to the server. The server can obtain the payroll corresponding to the identifier from the database based on the binding relationship according to the identifier in the request information.
According to the technical scheme of the embodiment of the disclosure, when the operation of triggering the acquisition of the target text is detected, the request information corresponding to the target text is generated and sent to the server, so that the server determines the target text corresponding to the request information based on the pre-established transverse binding relationship and longitudinal binding relationship; the target text comprises a header and target subdata corresponding to the header; when the target text is received, the target text is displayed on a display interface, the problem that in the prior art, an application program can only process a fixed salary template structure and is inconsistent with the requirement of a user, so that the user cannot understand the salary structure when receiving the salary structure is solved, and different salary structure templates can be processed due to the fact that the target application program respectively processes a header and corresponding data in a target document, so that the individual requirements of enterprises are met, and the technical effect of user experience is improved.
Example four
As a preferred embodiment of the foregoing embodiment, fig. 4 is a schematic flowchart of a document processing method provided in a fourth embodiment of the disclosure.
And S410, uploading the salary structure template to a target application program.
The header in the salary structure template refers to salary item composition, and each subdata refers to salary amount, user name and salary bill number corresponding to the salary item composition. In order to conveniently make salary structures corresponding to a plurality of users, excel forms can be made. That is, the payroll structure template may be completed in the form of an excel form, and the user may modify any content in the excel form. A target application may be understood as an application that may process payroll structure templates and send payroll structures corresponding thereto to individual users.
Specifically, after the excel form corresponding to the user is manufactured, that is, after the salary structure template is manufactured, the excel form can be uploaded to the target application program.
And S420, establishing a binding relationship of each data in the target document.
Specifically, after the server corresponding to the target application program receives the uploaded target document, the header of the target document and one merged cell or sub-cell corresponding to the header may be parsed. And meanwhile, calling a document analysis script to analyze the content in the target document to obtain a header and each subdata corresponding to each header, establishing a longitudinal binding relationship between each row of subdata and the corresponding header, and establishing a transverse binding relationship between column subdata in the same row corresponding to each header, and optionally, binding column data in the same row with the user name or the salary number to obtain a transverse binding relationship.
And S430, when the trigger target control is detected, generating notification information corresponding to each user.
It should be noted that when the enterprise administrator is to send compensation corresponding to each user, at least one control on the application may be triggered.
For example, the notification information of one of the users is sent, and the user is referred to as a target user. When the trigger of the salary number corresponding to the target user is detected, each column subdata corresponding to the salary number is obtained based on the transverse binding relationship, and the header corresponding to each column subdata is obtained based on the longitudinal binding relationship. And calling a data sending component to integrate the list data and the header to obtain a salary structure corresponding to the target user. Meanwhile, the data sending component processes the salary structure, generates target notification information corresponding to the target user and sends the target notification information to the client corresponding to the target user. Correspondingly, if the enterprise management user triggers the salary numbers of the multiple users, the salary structures corresponding to the multiple users are obtained and are respectively sent to the corresponding users, the server can receive the salary numbers, screen out subdata corresponding to the salary numbers from the database based on the transverse binding relationship and the longitudinal binding relationship, and place the subdata into the asynchronous queue. When the server detects that the data is stored in the asynchronous queue, the header and the data corresponding to the salary number are taken out to be processed into notification information corresponding to the salary number, and the notification information is sent to a corresponding user.
It should be noted that, because the header in the payroll structure and the corresponding payroll amount are confidential, the payroll structure cannot be directly sent to the user, and the notification information sent to the user may be a link, so that the user can check payroll details by triggering the link to jump to a corresponding page or opening a corresponding application.
And S440, when the notification information triggered by the user is detected, opening the application program and generating request information corresponding to the notification information.
It should be noted that the notification information may be linked, where the notification information carries an identifier corresponding to the user, and optionally, a salary number corresponding to the user.
Specifically, when the target user receives the notification information corresponding to the salary, the target user may trigger the notification information to open the corresponding application. The client can generate request information corresponding to the notification information, and the request information carries an identifier corresponding to the user salary number.
And S450, sending the request information to the server so that the server acquires data corresponding to the request information and feeds the data back to the client.
After the server receives the request information, the form header and the salary data corresponding to the form header can be taken out according to the identification in the request information, and the form header and the salary data are assembled into a document or a card and sent to the client side so as to display the salary structure on the client side.
According to the technical scheme of the embodiment, when a target document is received, a document analysis script is called to obtain each header in the target document and a group of data corresponding to each header, a binding relationship establishing script is called to establish a longitudinal binding relationship between each header and each row subdata corresponding to each header and a transverse binding relationship between each column subdata in the same row corresponding to each header, and header information and all subdata are stored to a target position respectively based on a storage module, so that the technical problem that in the prior art, an application program can only process a fixed salary template structure, the individualized requirements of enterprises cannot be well met, the user experience is poor is solved, and the header in the target document and the corresponding data are respectively processed by the target application program, therefore, different salary structure templates can be processed, the individual requirements of each enterprise are met, and the technical effect of user experience is improved.
EXAMPLE five
Fig. 5 is a schematic structural diagram of a document processing apparatus according to a fifth embodiment of the disclosure, and as shown in fig. 5, the apparatus is configured in a server and includes: a document parsing module 510, a binding relationship establishing module 520, and an information storage module 530. Wherein the content of the first and second substances,
a document parsing module 510, configured to, when a target document is received, obtain each header in the target document and a set of data corresponding to each header; wherein, the group of data comprises at least one row subdata; a binding relationship establishing module 520, configured to respectively establish a longitudinal binding relationship between each header and each row of sub-data corresponding to each header, and establish a transverse binding relationship between each column of sub-data in the same row corresponding to each header; an information storage module 530, configured to store the header information, the binding relationship, and all the sub-data to a target location, and when receiving request information for obtaining a target text, obtain each header and target sub-data corresponding to each header from the target location based on the binding relationship, and process the target sub-data into a target text and feed the target text back to the target client. .
On the basis of the above technical solutions, the target document is a set document of associated data information corresponding to each user.
On the basis of the above technical solutions, the apparatus further includes:
the salary structure determining module is used for acquiring to-be-processed column subdata corresponding to a target user based on the transverse binding relationship and acquiring a header corresponding to the to-be-processed column subdata based on the longitudinal binding relationship when a sending request for sending an associated data information table corresponding to the target user is received, so as to obtain a target associated data information table corresponding to the target user; the associated data information table comprises associated data information associated with the user;
and the notification information generation module is used for calling a data transmission component to process the target associated data information table, generating target notification information corresponding to the target associated data information table, and transmitting the target notification information to the target user so that the target user can view the associated data information table according to the notification information.
On the basis of the above technical solutions, after the number of the target users is multiple and a target associated data information table corresponding to one of the target users is obtained, the method further includes: and putting the target associated data information table into an asynchronous queue, and calling a data sending component to send the target associated data information table when detecting that data exists in the asynchronous queue.
According to the technical scheme of the embodiment, when a target document is received, a document analysis script is called to obtain each header in the target document and a group of data corresponding to each header, a binding relationship establishing script is called to establish a longitudinal binding relationship between each header and each row subdata corresponding to each header and a transverse binding relationship between each column subdata in the same row corresponding to each header, and the header information and all subdata are stored to a target position respectively based on a storage module, so that the technical problem that in the prior art, an application program only processes a fixed salary template structure, the requirements of each enterprise cannot be well met, the user experience is poor is solved, and the header and the corresponding data in the target document are respectively processed by the target application program, therefore, different salary structure templates can be identified, the individual requirements of each enterprise are met, and the technical effect of user experience is improved.
The document processing device provided by the embodiment of the disclosure can execute the document processing method provided by any embodiment of the disclosure, and has corresponding functional modules and beneficial effects of the execution method.
It should be noted that, the units and modules included in the apparatus are merely divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only used for distinguishing one functional unit from another, and are not used for limiting the protection scope of the embodiments of the present disclosure.
EXAMPLE six
Fig. 6 is a schematic structural diagram of a document processing apparatus according to a sixth embodiment of the disclosure, and as shown in fig. 6, the apparatus includes: a target text message sending module 610 and a target text presentation module 620. Wherein the content of the first and second substances,
a target text information sending module 610, configured to, when an operation of triggering acquisition of a target text is detected, generate request information corresponding to the target text and send the request information to a server, so that the server determines the target text corresponding to the request information based on a horizontal binding relationship and a vertical binding relationship established in advance; the target text comprises a header and target subdata corresponding to the header; and a target text display module 620, configured to display the target text on a display interface when the target text is received.
According to the technical scheme of the embodiment of the disclosure, when the operation of triggering the acquisition of the target text is detected, the request information corresponding to the target text is generated and sent to the server, so that the server determines the target text corresponding to the request information based on the pre-established transverse binding relationship and longitudinal binding relationship; the target text comprises a header and target subdata corresponding to the header; when the target text is received, the target text is displayed on a display interface, the problem that in the prior art, an application program can only process a fixed salary template structure and is inconsistent with the requirement of a user, so that the user cannot understand the salary structure when receiving the salary structure is solved, and different salary structure templates can be processed due to the fact that the target application program respectively processes a header and corresponding data in a target document, so that the individual requirements of enterprises are met, and the technical effect of user experience is improved.
On the basis of the above technical solutions, the target text message sending module is further configured to:
when detecting that the notification information of the target text is triggered to be acquired, calling a target application program;
and generating request information for acquiring the target text based on the target application program and the identification information in the notification information, and sending the request information to a server.
The document processing device provided by the embodiment of the disclosure can execute the document processing method provided by any embodiment of the disclosure, and has corresponding functional modules and beneficial effects of the execution method.
It should be noted that, the units and modules included in the apparatus are merely divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only used for distinguishing one functional unit from another, and are not used for limiting the protection scope of the embodiments of the present disclosure.
EXAMPLE seven
Referring now to fig. 7, a schematic diagram of an electronic device (e.g., the terminal device or server of fig. 7) 700 suitable for implementing embodiments of the present disclosure is shown. The terminal device in the embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle terminal (e.g., a car navigation terminal), and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. The electronic device shown in fig. 7 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 7, the electronic device 700 may include a processing means (e.g., central processing unit, graphics processor, etc.) 701 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)702 or a program loaded from a storage means 706 into a Random Access Memory (RAM) 703. In the RAM 703, various programs and data necessary for the operation of the electronic apparatus 700 are also stored. The processing device 701, the ROM 702, and the RAM 703 are connected to each other by a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
In general, input devices 706 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc., output devices 707 including, for example, a liquid crystal display (L CD), speaker, vibrator, etc., storage devices 706 including, for example, magnetic tape, hard disk, etc., and communication devices 709. communication devices 709 may allow electronic device 700 to communicate wirelessly or wiredly with other devices to exchange data.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program carried on a non-transitory computer readable medium, the computer program containing program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means 709, or may be installed from the storage means 706, or may be installed from the ROM 702. The computer program, when executed by the processing device 701, performs the above-described functions defined in the methods of the embodiments of the present disclosure.
The terminal provided by the embodiment of the present disclosure and the document processing method provided by the embodiment belong to the same inventive concept, and technical details that are not described in detail in the embodiment of the present disclosure can be referred to the embodiment, and the embodiment of the present disclosure have the same beneficial effects.
Example eight
The eighth embodiment of the present disclosure provides a computer storage medium, on which a computer program is stored, which when executed by a processor implements the document processing method provided by the above-described embodiment.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer 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 of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, 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. In the present disclosure, a computer 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. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer 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 computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network protocol, such as HTTP (HyperText transfer protocol), and may be interconnected with any form or medium of digital data communication (e.g., a communications network). examples of communications networks include local area networks ("L AN"), wide area networks ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed networks.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to:
when a target document is received, acquiring each header in the target document and a group of data corresponding to each header; wherein, the group of data comprises at least one row subdata;
respectively establishing a longitudinal binding relationship between each table head and each row subdata corresponding to each table head, and establishing a transverse binding relationship between each column subdata in the same row corresponding to each table head;
and respectively storing the header information and all the subdata to a target position, acquiring each header and the target subdata corresponding to each header from the target position based on the binding relationship when receiving request information for acquiring a target text, processing the header information and the target subdata into the target text, and feeding the target text back to a target client. And/or
When the operation of acquiring a target text is triggered is detected, request information corresponding to the target text is generated and sent to a server, so that the server determines the target text corresponding to the request information based on a horizontal binding relationship and a vertical binding relationship which are established in advance; the target text comprises a header and target subdata corresponding to the header;
when the target text is received, displaying the target text on a display interface.
If the sub-page services are present in the sub-scope container, then returning the sub-page services may write computer program code for performing the operations of the present disclosure in one or more programming languages, including but not limited to AN object oriented programming language such as Java, Smalltalk, C + +, and also conventional procedural programming languages, such as the "C" or similar programming languages.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of a unit does not in some cases constitute a limitation on the unit itself, for example, the presentation module may also be described as a "material display module".
For example, without limitation, exemplary types of hardware logic that may be used include Field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), complex programmable logic devices (CP L D), and so forth.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, 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.
According to one or more embodiments of the present disclosure, [ example one ] there is provided a document processing method applied in a server, including:
when a target document is received, acquiring each header in the target document and a group of data corresponding to each header; wherein, the group of data comprises at least one row subdata;
respectively establishing a longitudinal binding relationship between each table head and each row subdata corresponding to each table head, and establishing a transverse binding relationship between each column subdata in the same row corresponding to each table head;
and respectively storing the header information and all the subdata to a target position, acquiring each header and the target subdata corresponding to each header from the target position based on the binding relationship when receiving request information for acquiring a target text, processing the header information and the target subdata into the target text, and feeding the target text back to a target client.
According to one or more embodiments of the present disclosure, [ example two ] there is provided a document processing method, further comprising:
optionally, the target document is a collection document of associated data information corresponding to each user.
According to one or more embodiments of the present disclosure, [ example three ] there is provided a document processing method, further comprising:
optionally, when a sending request for sending the associated data information table corresponding to the target user is received, the to-be-processed column sub data corresponding to the target user is obtained based on the horizontal binding relationship, and the header corresponding to the to-be-processed column sub data is obtained based on the vertical binding relationship, so that the target associated data information table corresponding to the target user is obtained; the associated data information table comprises associated data information associated with the user;
and calling a data sending component to process the target associated data information table, generating target notification information corresponding to the target associated data information table, and sending the target notification information to the target user so that the target user can view the associated data information table according to the notification information.
According to one or more embodiments of the present disclosure, [ example four ] there is provided a document processing method, further comprising:
optionally, after the number of the target users is multiple and a target associated data information table corresponding to one of the target users is obtained, the method further includes:
and putting the target associated data information table into an asynchronous queue, and calling a data sending component to send the target associated data information table when detecting that data exists in the asynchronous queue.
According to one or more embodiments of the present disclosure, [ example five ] there is provided a document processing method applied in a client, including:
when the operation of acquiring a target text is triggered is detected, request information corresponding to the target text is generated and sent to a server, so that the server determines the target text corresponding to the request information based on a horizontal binding relationship and a vertical binding relationship which are established in advance; the target text comprises a header and target subdata corresponding to the header;
when the target text is received, displaying the target text on a display interface.
According to one or more embodiments of the present disclosure, [ example six ] there is provided a document processing method, further comprising:
optionally, when the operation of triggering to obtain the target text is detected, generating request information corresponding to the target text and sending the request information to the server includes:
when detecting that the notification information of the target text is triggered to be acquired, calling a target application program;
and generating request information for acquiring the target text based on the target application program and the identification information in the notification information, and sending the request information to a server.
According to one or more embodiments of the present disclosure, [ example seven ] there is provided a document processing apparatus configured with a server, including:
the document analysis module is used for acquiring each header in a target document and a group of data corresponding to each header when the target document is received; wherein, the group of data comprises at least one row subdata;
the binding relationship establishing module is used for respectively establishing a longitudinal binding relationship between each gauge head and each row subdata corresponding to each gauge head, and establishing a transverse binding relationship between each column subdata in the same row corresponding to each gauge head;
and the information storage module is used for respectively storing the header information, the binding relationship and all the subdata to a target position, acquiring each header and the target subdata corresponding to each header from the target position based on the binding relationship when receiving request information for acquiring a target text, processing the header information, the binding relationship and the target subdata into a target text and feeding the target text back to the target client.
According to one or more embodiments of the present disclosure, [ example eight ] there is provided a document processing apparatus, configured in a client, including:
the target text information sending module is used for generating request information corresponding to the target text and sending the request information to a server when the operation of triggering the acquisition of the target text is detected, so that the server determines the target text corresponding to the request information based on a horizontal binding relationship and a vertical binding relationship which are established in advance; the target text comprises a header and target subdata corresponding to the header;
and the target text display module is used for displaying the target text on a display interface when the target text is received.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other embodiments in which any combination of the features described above or their equivalents does not depart from the spirit of the disclosure. For example, the above features and (but not limited to) the features disclosed in this disclosure having similar functions are replaced with each other to form the technical solution.
Further, while operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (10)

1. A document processing method is applied to a server and comprises the following steps:
when a target document is received, acquiring each header in the target document and a group of data corresponding to each header; wherein, the group of data comprises at least one row subdata;
respectively establishing a longitudinal binding relationship between each table head and each row subdata corresponding to each table head, and establishing a transverse binding relationship between each column subdata in the same row corresponding to each table head;
and respectively storing the header information and all the subdata to a target position, acquiring each header and the target subdata corresponding to each header from the target position based on the binding relationship when receiving request information for acquiring a target text, processing the header information and the target subdata into the target text, and feeding the target text back to a target client.
2. The method of claim 1, wherein the target document is a collection document of associated data information corresponding to respective users.
3. The method of claim 2, further comprising:
when a sending request for sending the associated data information table corresponding to the target user is received, acquiring to-be-processed column subdata corresponding to the target user based on the transverse binding relationship, and acquiring a header corresponding to the to-be-processed column subdata based on the longitudinal binding relationship to obtain the target associated data information table corresponding to the target user; the associated data information table comprises associated data information associated with the user;
and calling a data sending component to process the target associated data information table, generating target notification information corresponding to the target associated data information table, and sending the target notification information to the target user so that the target user can view the associated data information table according to the notification information.
4. The method according to claim 3, further comprising, after the number of the target users is plural and a target associated data information table corresponding to one of the target users is obtained:
and putting the target associated data information table into an asynchronous queue, and calling a data sending component to send the target associated data information table when detecting that data exists in the asynchronous queue.
5. A document processing method is applied to a client and comprises the following steps:
when the operation of acquiring a target text is triggered is detected, request information corresponding to the target text is generated and sent to a server, so that the server determines the target text corresponding to the request information based on a horizontal binding relationship and a vertical binding relationship which are established in advance; the target text comprises a header and target subdata corresponding to the header;
when the target text is received, displaying the target text on a display interface.
6. The method according to claim 5, wherein when the operation of triggering acquisition of the target text is detected, generating request information corresponding to the target text and sending the request information to a server comprises:
when detecting that the notification information of the target text is triggered to be acquired, calling a target application program;
and generating request information for acquiring the target text based on the target application program and the identification information in the notification information, and sending the request information to a server.
7. A document processing apparatus, applied to a server, includes:
the document analysis module is used for acquiring each header in a target document and a group of data corresponding to each header when the target document is received; wherein, the group of data comprises at least one row subdata;
the binding relationship establishing module is used for respectively establishing a longitudinal binding relationship between each gauge head and each row subdata corresponding to each gauge head, and establishing a transverse binding relationship between each column subdata in the same row corresponding to each gauge head;
and the information storage module is used for respectively storing the header information, the binding relationship and all the subdata to a target position, acquiring each header and the target subdata corresponding to each header from the target position based on the binding relationship when receiving request information for acquiring a target text, processing the header information, the binding relationship and the target subdata into a target text and feeding the target text back to the target client.
8. A document processing apparatus, applied to a client, includes:
the target text information sending module is used for generating request information corresponding to the target text and sending the request information to a server when the operation of triggering the acquisition of the target text is detected, so that the server determines the target text corresponding to the request information based on a horizontal binding relationship and a vertical binding relationship which are established in advance; the target text comprises a header and target subdata corresponding to the header;
and the target text display module is used for displaying the target text on a display interface when the target text is received.
9. An electronic device, characterized in that the electronic device comprises:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the document processing method of any of claims 1-4 or 5-6.
10. A storage medium containing computer-executable instructions for performing the document processing method of any one of claims 1-4 or 5-6 when executed by a computer processor.
CN202010279979.6A 2020-04-10 2020-04-10 Document processing method and device, electronic equipment and storage medium Active CN111476015B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010279979.6A CN111476015B (en) 2020-04-10 2020-04-10 Document processing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010279979.6A CN111476015B (en) 2020-04-10 2020-04-10 Document processing method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111476015A true CN111476015A (en) 2020-07-31
CN111476015B CN111476015B (en) 2024-01-05

Family

ID=71751736

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010279979.6A Active CN111476015B (en) 2020-04-10 2020-04-10 Document processing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111476015B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112507675A (en) * 2020-11-05 2021-03-16 社宝信息科技(上海)有限公司 Intelligent salary calculation and real-time salary issuing system and method
CN112767183A (en) * 2021-01-20 2021-05-07 大童保险销售服务有限公司 Data analysis method and device for insurance product and storage medium
CN113326042A (en) * 2021-06-28 2021-08-31 上海致景信息科技有限公司 Method and device for visually configuring salary, storage medium and processor
CN113672567A (en) * 2021-10-22 2021-11-19 北京凯睿数加科技有限公司 File construction method and device, electronic equipment and computer readable medium
WO2022033511A1 (en) * 2020-08-13 2022-02-17 北京字节跳动网络技术有限公司 Data display method and apparatus, storage medium, and electronic device

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080172597A1 (en) * 2007-01-16 2008-07-17 Siemens Medical Solutions Usa, Inc. Data Field Referencing Text Processing System
CN102184099A (en) * 2011-04-15 2011-09-14 北京高森明晨信息科技有限公司 Method, device and system used for configuring and generating application software report forms
US20140237340A1 (en) * 2013-02-19 2014-08-21 International Business Machines Corporation Dynamic loading of tabular data
WO2015062243A1 (en) * 2013-10-30 2015-05-07 小米科技有限责任公司 Information display method and device
CN107656914A (en) * 2017-10-16 2018-02-02 厦门海迈科技股份有限公司 Form generation method, device, terminal device and the storage medium of configurableization
CN109558440A (en) * 2018-10-18 2019-04-02 平安科技(深圳)有限公司 Batch data processing method, device, computer equipment and storage medium
CN109800336A (en) * 2019-01-30 2019-05-24 百度在线网络技术(北京)有限公司 Table implementation method, device, equipment and medium based on key-value pair storage system
CN110046334A (en) * 2019-03-21 2019-07-23 平安国际智慧城市科技股份有限公司 Data lead-in method, device, computer equipment and storage medium
CN110502516A (en) * 2019-08-22 2019-11-26 深圳前海环融联易信息科技服务有限公司 List data analytic method, device, computer equipment and storage medium
WO2019237540A1 (en) * 2018-06-12 2019-12-19 平安科技(深圳)有限公司 Method and device for acquiring financial data, terminal device, and medium
CN110597842A (en) * 2019-07-22 2019-12-20 石化盈科信息技术有限责任公司 Service data query method and system
CN110852720A (en) * 2019-11-14 2020-02-28 北京字节跳动网络技术有限公司 Document processing method, device, equipment and storage medium
US20200097451A1 (en) * 2018-09-26 2020-03-26 Infosys Limited System and method of recognizing data in a table area from unstructured data

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080172597A1 (en) * 2007-01-16 2008-07-17 Siemens Medical Solutions Usa, Inc. Data Field Referencing Text Processing System
CN102184099A (en) * 2011-04-15 2011-09-14 北京高森明晨信息科技有限公司 Method, device and system used for configuring and generating application software report forms
US20140237340A1 (en) * 2013-02-19 2014-08-21 International Business Machines Corporation Dynamic loading of tabular data
WO2015062243A1 (en) * 2013-10-30 2015-05-07 小米科技有限责任公司 Information display method and device
CN107656914A (en) * 2017-10-16 2018-02-02 厦门海迈科技股份有限公司 Form generation method, device, terminal device and the storage medium of configurableization
WO2019237540A1 (en) * 2018-06-12 2019-12-19 平安科技(深圳)有限公司 Method and device for acquiring financial data, terminal device, and medium
US20200097451A1 (en) * 2018-09-26 2020-03-26 Infosys Limited System and method of recognizing data in a table area from unstructured data
CN109558440A (en) * 2018-10-18 2019-04-02 平安科技(深圳)有限公司 Batch data processing method, device, computer equipment and storage medium
CN109800336A (en) * 2019-01-30 2019-05-24 百度在线网络技术(北京)有限公司 Table implementation method, device, equipment and medium based on key-value pair storage system
CN110046334A (en) * 2019-03-21 2019-07-23 平安国际智慧城市科技股份有限公司 Data lead-in method, device, computer equipment and storage medium
CN110597842A (en) * 2019-07-22 2019-12-20 石化盈科信息技术有限责任公司 Service data query method and system
CN110502516A (en) * 2019-08-22 2019-11-26 深圳前海环融联易信息科技服务有限公司 List data analytic method, device, computer equipment and storage medium
CN110852720A (en) * 2019-11-14 2020-02-28 北京字节跳动网络技术有限公司 Document processing method, device, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
宋永利: "一套智能的报表生成方法及设计原则", 自动化与仪器仪表, no. 11 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022033511A1 (en) * 2020-08-13 2022-02-17 北京字节跳动网络技术有限公司 Data display method and apparatus, storage medium, and electronic device
CN112507675A (en) * 2020-11-05 2021-03-16 社宝信息科技(上海)有限公司 Intelligent salary calculation and real-time salary issuing system and method
CN112767183A (en) * 2021-01-20 2021-05-07 大童保险销售服务有限公司 Data analysis method and device for insurance product and storage medium
CN112767183B (en) * 2021-01-20 2022-04-05 大童保险销售服务有限公司 Data analysis method and device for insurance product and storage medium
CN113326042A (en) * 2021-06-28 2021-08-31 上海致景信息科技有限公司 Method and device for visually configuring salary, storage medium and processor
CN113672567A (en) * 2021-10-22 2021-11-19 北京凯睿数加科技有限公司 File construction method and device, electronic equipment and computer readable medium

Also Published As

Publication number Publication date
CN111476015B (en) 2024-01-05

Similar Documents

Publication Publication Date Title
CN111476015B (en) Document processing method and device, electronic equipment and storage medium
KR20130126930A (en) Using text messages to interact with spreadsheets
EP4109321A1 (en) Mail processing method and apparatus, electronic device and storage medium
CN110955640B (en) Cross-system data file processing method, device, server and storage medium
US20230297767A1 (en) Document editing method and apparatus, and electronic device
US20240126417A1 (en) Method, form data processing method, apparatus, and electronic device for form generation
US20240004917A1 (en) Data processing method and device, terminal, and storage medium
CN112257104A (en) Authority control method and device and electronic equipment
CN111291206A (en) Method and device for marking house source, electronic equipment and storage medium
CN110781437A (en) Method and device for acquiring webpage image loading duration and electronic equipment
CN113553260B (en) Test method, test apparatus, device, and medium
CN107451301B (en) Processing method, device, equipment and storage medium for real-time delivery bill mail
CN112732652A (en) Information display method and device and electronic equipment
CN111813685B (en) Automatic test method and device
CN112367241A (en) Message generation and message transmission method, device, equipment and computer readable medium
CN110110197B (en) Information acquisition method and device
CN115618032A (en) View generation method and device, electronic equipment and storage medium
CN112182400B (en) Message processing method, message processing device, electronic equipment and storage medium
CN114238585A (en) Query method and device based on 5G message, computer equipment and storage medium
CN109803017B (en) File intercommunication method and device, computing equipment and computer readable storage medium
CN111881216A (en) Data acquisition method and device based on shared template
CN112380476A (en) Information display method and device and electronic equipment
CN114331497A (en) Questionnaire information management method, system, electronic device and storage medium
WO2022228405A1 (en) Information interaction method and apparatus, and electronic device
CN111414488B (en) Information management method, device, storage medium and equipment of online collaborative knowledge base

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