CN113779943A - Table generation method, table generation device, storage medium, and electronic apparatus - Google Patents

Table generation method, table generation device, storage medium, and electronic apparatus Download PDF

Info

Publication number
CN113779943A
CN113779943A CN202110035972.4A CN202110035972A CN113779943A CN 113779943 A CN113779943 A CN 113779943A CN 202110035972 A CN202110035972 A CN 202110035972A CN 113779943 A CN113779943 A CN 113779943A
Authority
CN
China
Prior art keywords
data
mapping relation
column
target
input box
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110035972.4A
Other languages
Chinese (zh)
Inventor
余崇炜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Century Trading Co Ltd
Beijing Wodong Tianjun Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Wodong Tianjun Information 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 Jingdong Century Trading Co Ltd, Beijing Wodong Tianjun Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN202110035972.4A priority Critical patent/CN113779943A/en
Publication of CN113779943A publication Critical patent/CN113779943A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The disclosure provides a table generation method, a table generation device, a computer readable storage medium and electronic equipment, and relates to the technical field of computers. The table generation method comprises the following steps: acquiring a to-be-processed form, wherein the to-be-processed form comprises form head data and form body data; determining a mapping relation between each type of data in the header data and the table body data corresponding to each type of data to obtain a mapping relation set; generating a data input box corresponding to the table to be processed according to the mapping relation set and the row number of the table body data; and based on the mapping relation set, inputting the header data and the body data into a data input box corresponding to the table to be processed to generate a target table, and displaying the target table on the web page. The method and the device can realize the web page form and improve the display flexibility of the form.

Description

Table generation method, table generation device, storage medium, and electronic apparatus
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a table generation method, a table generation apparatus, a computer-readable storage medium, and an electronic device.
Background
With the rapid development of science and technology and the increasing appearance of data value, the form becomes a data display form commonly used for web pages. Programmers typically implement forms for web pages using two methods, the first being: and converting the fixed data into a table form for presentation by using a hypertext markup language. The second way is: a table of the web page is generated using a table component in the front end frame component. However, the table generated using these two methods can only display fixed data, and cannot edit the table.
It is to be noted that the information disclosed in the above background section is only for enhancement of understanding of the background of the present disclosure, and thus may include information that does not constitute prior art known to those of ordinary skill in the art.
Disclosure of Invention
An object of the present disclosure is to provide a form generating method, a form generating apparatus, a computer readable storage medium, and an electronic device, thereby overcoming, at least to some extent, the problem of form display fixing of a web page due to limitations and disadvantages of the related art.
According to a first aspect of the present disclosure, there is provided a table generation method including: acquiring a to-be-processed form, wherein the to-be-processed form comprises form head data and form body data; determining a mapping relation between each type of data in the header data and the table body data corresponding to each type of data to obtain a mapping relation set; generating a data input box corresponding to the table to be processed according to the mapping relation set and the row number of the table body data; and based on the mapping relation set, inputting the header data and the body data into a data input box corresponding to the table to be processed to generate a target table, and displaying the target table on the web page.
According to a second aspect of the present disclosure, there is provided a table generating apparatus including: the table acquisition module is used for acquiring a table to be processed, wherein the table to be processed comprises table head data and table body data; the relation determining module is used for determining the mapping relation between each type of data in the header data and the table body data corresponding to each type of data to be used as a mapping relation set; the input box generation module is used for generating a data input box corresponding to the table to be processed according to the mapping relation set and the row number of the table body data; and the table generating module is used for inputting the header data and the body data into a data input box corresponding to the table to be processed based on the mapping relation set to generate a target table, and the target table is displayed on the web page.
Optionally, the table generating apparatus further includes: the identification determining module is used for determining the identification of each row of data in the table body data; and the column control generating module is used for generating a row deleting control corresponding to the identifier of each row of data based on the identifier of each row of data and the row number of the table body data so as to delete the data input box corresponding to the identifier of each row of data.
Optionally, the table generating apparatus further includes: the quantity determining module is used for determining the quantity of the data types in the header data as the quantity of the columns; and the row control generation module is used for generating a column deletion control corresponding to each mapping relation in the mapping relation set according to the mapping relation set and the column number.
Optionally, the table generating apparatus further includes: the deleting operation response module is used for responding to the deleting column operation of the target table, determining the mapping relation corresponding to the deleting column operation and taking the mapping relation as the deleting column mapping relation; and the input frame processing module is used for deleting the data input frame corresponding to the deleted column mapping relation in the target table based on the deleted column mapping relation.
Optionally, the deletion operation response module may be configured to perform: and responding to the touch operation aiming at the row of deleting controls in the target table, and determining a mapping relation corresponding to the touch operation of the row deleting controls as a deleting row mapping relation.
Optionally, the table generating apparatus further includes: a quantity recording module that may be configured to perform: determining the expression types of various types of data in the header data, and recording the number of the expression types; an input box determination module may be configured to perform: and generating a header data input box corresponding to each mapping relation in the mapping relation set based on the quantity of the mapping relation set and the expression types.
Optionally, the table generating apparatus further includes: an add action response module, which may be configured to perform: responding to the column adding operation of the target table, and determining a mapping relation corresponding to the column adding operation to obtain a target column mapping relation; an add column processing module, configurable to perform: and based on the target column mapping relation, adding a data input box corresponding to the target column mapping relation and a column deletion control corresponding to the target column mapping relation in the target table.
Optionally, the table generating apparatus further includes: a table translation module that may be configured to perform: and responding to the emptying operation of emptying the target table, and converting the target table into an empty table of the preset data input box.
Optionally, the table generating apparatus further includes: a modified data determination module that may be configured to perform: under the condition of receiving a data modification instruction of a target data input box, determining modification data corresponding to the data modification instruction; a table determination module that may be configured to perform: and replacing the data of the target data input box with modified data to determine a modified target table.
According to a third aspect of the present disclosure, there is provided a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the table generating method as described above.
According to a fourth aspect of the present disclosure, there is provided an electronic device comprising: one or more processors; a storage device for storing one or more programs that, when executed by one or more processors, cause the one or more processors to implement the table generation method as described above.
Exemplary embodiments of the present disclosure have the following advantageous effects:
in the technical solutions provided in some embodiments of the present disclosure, first, a table to be processed is obtained; then, determining a mapping relation between each type of data in the header data and the table body data corresponding to each type of data to obtain a mapping relation set; then, generating a data input box corresponding to the table to be processed according to the mapping relation set and the row number of the table body data; and then, based on the mapping relation set, inputting the header data and the body data into a data input box corresponding to the table to be processed, and generating a target table. On one hand, the data input box corresponding to the table to be processed is generated by utilizing the mapping relation set and the row number of the table body data, so that the data can be input, the data display of the table in the web page is prevented from being fixed, the input data can be re-edited, the display flexibility of the table is improved, and the editing operation of the table in the web page is realized. On the other hand, the method and the device have the advantages that the mapping relation between each type of data in the header data and the table body data corresponding to each type of data is associated with the data input box, the table body data input by the data input box is prevented from being not associated with the header data, and the error rate of table data input is reduced. Meanwhile, the header data and the body data are displayed on the web page, so that the data and the data types in the form can be conveniently viewed and understood.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure. It is to be understood that the drawings in the following description are merely exemplary of the disclosure, and that other drawings may be derived from those drawings by one of ordinary skill in the art without the exercise of inventive faculty. In the drawings:
FIG. 1 schematically illustrates a flow chart of a table generation method according to an exemplary embodiment of the present disclosure;
FIG. 2 schematically illustrates a diagram of a target form in a web page, according to an exemplary embodiment of the present disclosure;
FIG. 3 schematically illustrates a flow chart of a table generation method according to another exemplary embodiment of the present disclosure;
FIG. 4 schematically illustrates a flow chart of target table data conversion into raw data, according to an exemplary embodiment of the present disclosure;
FIG. 5 schematically illustrates a user operation diagram for a target form, according to an exemplary embodiment of the present disclosure;
FIG. 6 schematically illustrates a block diagram of a table generation apparatus according to an exemplary embodiment of the present disclosure;
FIG. 7 schematically illustrates a block diagram of a table generation apparatus according to another exemplary embodiment of the present disclosure;
FIG. 8 schematically illustrates a block diagram of a table generation apparatus according to another exemplary embodiment of the present disclosure;
FIG. 9 schematically illustrates a block diagram of a table generation apparatus according to another exemplary embodiment of the present disclosure;
fig. 10 schematically shows a block diagram of an electronic device in an exemplary embodiment according to the present disclosure.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the disclosure. One skilled in the relevant art will recognize, however, that the subject matter of the present disclosure can be practiced without one or more of the specific details, or with other methods, components, devices, steps, and the like. In other instances, well-known technical solutions have not been shown or described in detail to avoid obscuring aspects of the present disclosure.
Furthermore, the drawings are merely schematic illustrations of the present disclosure and are not necessarily drawn to scale. The same reference numerals in the drawings denote the same or similar parts, and thus their repetitive description will be omitted. Some of the block diagrams shown in the figures are functional entities and do not necessarily correspond to physically or logically separate entities. These functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor devices and/or microcontroller devices.
In the present disclosure, the terms "comprises" and "comprising" are used in an open-ended fashion, and mean that there may be additional elements/components/etc. in addition to the listed elements/components/etc. In addition, the terms "first" and "second" used in the present disclosure are for the purpose of distinction only and should not be construed as a limitation of the present disclosure.
The flow charts shown in the drawings are merely illustrative and do not necessarily include all of the steps. For example, some steps may be decomposed, and some steps may be combined or partially combined, so that the actual execution sequence may be changed according to the actual situation.
Currently, web pages have tables as one of the primary ways to display data. The table in the web page is usually implemented by using a table component related to an interface in a desktop end component library, and the specific steps include: firstly, acquiring initial data; the fixed column data and fixed header data are then added to the table component, and then the table in the web page is generated to fix the display data. However, the table in the web page fixes the data display format, and the data in the table cannot be edited, and the table structure of the table cannot be edited.
To address this problem, the present disclosure proposes a table generation method.
It should be noted that, in the exemplary embodiment of the present disclosure, the table generating method described below may be generally implemented by a server, that is, the steps of the table generating method may be performed by the server, in which case the table generating apparatus may be configured in the server.
In addition, the form generation method may be implemented by a terminal device (e.g., a mobile phone, a tablet, a personal computer, etc.), that is, the respective steps of the form generation method may be performed by the terminal device, in which case the form generation apparatus may be configured in the terminal device.
Hereinafter, each step of the table generating method in the present exemplary embodiment will be described in more detail with reference to the drawings and examples.
Fig. 1 schematically shows a flowchart of a table generation method of an exemplary embodiment of the present disclosure. In the following description, a server is used as an execution subject. Referring to fig. 1, the table generating method may specifically include the following steps:
and S102, obtaining a table to be processed.
In an exemplary embodiment of the present disclosure, the table to be processed may include header data and body data. The header data may include a plurality of types of data, each type of data corresponding to a list of the volume data. The type data may refer to the type of each column of data in the table body data. For example, the header data includes type data such as name, age, sex, and the like, wherein this type data about "name" corresponds to a column of data in the form body data in which "name" is filled.
The header data may include a plurality of expression types of each type of data, for example, the type of data about "name" may be expressed in chinese "name" or in english "name". The server may define a heads empty array to store the header data. The server may define a Table empty array to store the Table body data.
The table to be processed may also be a preset number of rows and columns, and an empty table per column of data types is preset, for example, the table to be processed may be a 2-row and 2-column empty table per column of data types. When the server sets the table body data and the header data of the empty table, the initTableData array can be used for defining the preset table body data of the empty table, the intiHeaders array is used for defining the preset table body data of the empty table, and the intiColumn array is used for defining the mapping relation between each type of data in the preset header data and the preset table body data in the empty table.
S104, determining the mapping relation between each type of data in the header data and the table body data corresponding to each type of data to obtain a mapping relation set.
The mapping relationship may refer to a relationship between a type of data in the header data and a list of data in the uniquely corresponding table body data.
The mapping relationship set may include mapping relationships between types of data in the header data and the table body data corresponding to the types of data.
After the server obtains the table to be processed, a Column empty array may be defined first, and then a mapping relationship between each type of data in the header data and the table body data corresponding to each type of data is determined from the table to be processed and stored in the Column empty array. Wherein, the Column empty array can be a mapping relation set.
In an exemplary embodiment of the present disclosure, after the server obtains the set of mapping relationships, the server may define a Table empty array to store the Table body data. Firstly, the server can extract the Table body data corresponding to each mapping relation from the Table to be processed based on the mapping relation, and then, the mapping identification corresponding to each mapping relation and the meaning of the Table body data corresponding to each mapping relation are stored to the Table empty array.
The server may also set a temporary space to store the Table body data of the Table to be processed into the Table empty array, and the specific steps may include: firstly, taking out a mapping relation from a mapping relation set, and storing the taken-out mapping relation and a mapping identifier corresponding to the taken-out mapping relation into a temporary space; then, based on the extracted mapping relation, extracting form body data corresponding to the extracted mapping relation from the to-be-processed form, and inputting the form body data into a temporary space; and then, storing the Table body data corresponding to the extracted mapping relation into a Table empty array, and emptying the temporary space. And the server repeatedly executes the specific step of storing the Table body data to the Table empty array until all the Table body data corresponding to each mapping relation in the mapping relation set are stored to the Table empty array.
And S106, generating a data input box corresponding to the table to be processed according to the mapping relation set and the row number of the table body data.
In an exemplary embodiment of the present disclosure, a data input box corresponding to a to-be-processed form may receive input data, and may also receive and store data obtained by modifying the input data. The number of columns of the data input box of the table to be processed may be determined based on the number of mapping relationships in the set of mapping relationships, where the number of mapping relationships is the same as the number of data types in the header data. The number of rows of the data entry box of the form to be processed may be determined based on the number of rows of the form data. The data entry boxes of the form to be processed may include a header data entry box and a body data entry box. The server can generate a data input box corresponding to each mapping relation in the mapping relation set according to the mapping relation set and the row number of the table body data, and the data input box is used as a data input box corresponding to the table to be processed. The data input boxes corresponding to the mapping relationships may include a header data input box and a body data input box. The data input box corresponding to each mapping relationship may match the mapping identifier corresponding to each mapping relationship.
After the mapping relation set is obtained, the server can firstly determine the number of columns of the data input boxes corresponding to the to-be-processed table according to the mapping relation set, and then generate the header data input boxes corresponding to the mapping relations in the mapping relation set based on the number of columns; and then, generating a table body data input frame corresponding to each mapping relation based on the column number and the row number of the table body data, and then combining the header data input frame corresponding to each mapping relation with the table body data input frame corresponding to each mapping relation to obtain the data input frame corresponding to the table to be processed.
It should be noted that, for the data input box of the to-be-processed form of the present disclosure, the header data input box and the body data input box may be displayed in two areas of the web page, that is, in the web page, a part of the page area displays the header data input box, and a part of the page area displays the body data input box. The display area of the header data input box is not limited, and the header data input box can be displayed at any position of the upper, lower, left and right of a web page. The data input box of the form to be processed of the present disclosure may also be displayed in one area.
The header data corresponding to each mapping relation, the body data corresponding to each mapping relation, and the data input boxes corresponding to each mapping relation are matched, that is, based on each mapping relation in the mapping relation set, the server can determine the header data corresponding to each mapping relation, the body data corresponding to each mapping relation, and the data input boxes corresponding to each mapping relation. The method and the device can avoid the fact that the form body data and the form head data input by the data input box are not related, and reduce the error rate of form data input.
A web page presentation form as described in figure 2. The shaded area shows the header data input box, and the area below the shaded area shows the body data input box.
According to the method and the device, the data input box corresponding to the table to be processed is generated based on the mapping relation set and the row number of the table body data, so that data can be input, the data display of the table in the web page is prevented from being fixed, the input data can be re-edited, the display flexibility of the table is improved, and the editing operation of the table in the web page is realized.
According to the exemplary embodiment of the disclosure, the server may determine the expression type of each type of data in the header data, and record the number of the expression types; and generating a header data input box corresponding to each mapping relation in the mapping relation set based on the quantity of the mapping relation set and the expression types.
The server may first determine the number of mapping relationships in the mapping relationship set, and then generate the header data input box corresponding to each mapping relationship based on the number of mapping relationships and the number of expression types.
The header data input box corresponding to each mapping relationship may include a mapping identifier corresponding to each mapping relationship.
For example, the header data of the form to be processed includes two types of data about "name" and "age". Chinese expression type: "name", English expression type "name". Type data on "age". Chinese expression type: age, english expression type age. One column in the tabular data is data about "name" and one column is data about "age".
The server may first determine the expression types of each type of data in the header data, record the number of the expression types as 2, and then generate a header data input box corresponding to each mapping relationship, that is, a header data input box in 2 rows and 2 columns.
According to an exemplary embodiment of the disclosure, a server may first determine an identifier of each row of data in table volume data; and then, generating a row deleting control corresponding to the identifier of each row of data based on the identifier of each row of data and the row number of the table body data so as to delete the data input box corresponding to the identifier of each row of data.
The identifier of each row of data may be index information corresponding to each row of data in the table data. The row deleting control can delete the form body data corresponding to the identification of the row of data based on the identification of the row of data.
The display style and the position of the line deleting control are not limited, and the line deleting control can be displayed in a text form, an icon form or a slider form. The position of the line delete control may be at the beginning or end of the corresponding line data. As shown in fig. 2, the row deletion control "delete row" is located at the end position of each row of table data.
In an exemplary embodiment of the present disclosure, the server may record the action column displaying the row delete control. And setting a word operation in the header data mine, and determining the mapping relation between the operation word and the row deletion control corresponding to the identification of each row of data. And the server stores the mapping relation corresponding to the operation Column of the row deleting control into the Column array.
According to an exemplary embodiment of the present disclosure, the server may first determine the number of data types in the header data as the number of columns; and then, generating a column deletion control corresponding to each mapping relation in the mapping relation set according to the mapping relation set and the column number.
The display style and the position of the column deleting control are not limited in the disclosure, and the column deleting control can be displayed in the form of characters, icons or sliders. The position of the column deletion control may be at the head position or the end position of the corresponding column data, or at the end position or the head position of each entry box of the head data. As shown in fig. 2, the column deletion control "delete column" is located at the end position of each list head data input box in the list head data.
And S108, inputting the header data and the body data into a data input box corresponding to the table to be processed based on the mapping relation set, and generating a target table.
In an exemplary embodiment of the present disclosure, the target form may be displayed on a web page. The target table may be an empty table including a header data input box and a body data input box.
The data input box of the target table is associated with each mapping relation in the mapping relation set. The server can determine the header data and the body data corresponding to each mapping relation, the header data input box and the body data input box from the table to be processed according to each mapping relation in the mapping relation set.
The server can respond to touch operation aiming at a row of deleting controls in the target table, determine the identification of the row of data corresponding to the row of deleting controls, and then delete the row of data input boxes corresponding to the identification of the row of data based on the identification of the row of data.
And under the condition that the line data input box comprises data, the server deletes the line data input box corresponding to the line data deleting identification and the data. And under the condition that the line data input box does not contain data, the server deletes the line data input box corresponding to the line data deleting identification.
For example, the user clicks on the row delete control of the second row in the target table of the web page. After receiving the touch operation for the row deletion control of the second row, the server may first obtain index information "row 2" corresponding to the row deletion control of the second row, and then execute a "Table.
In an exemplary embodiment of the disclosure, the server may determine, in response to a touch operation for adding a control to a row in the target table, an identifier of a row of data corresponding to the row of the addition control, and then add, based on the identifier of the row of data and the mapping relationship set, a data input box corresponding to each mapping relationship in the mapping relationship set, and delete, by the row of the deletion control, the row of the deletion control corresponding to the identifier of the row of data.
After receiving the touch operation for adding the control to the row, the server may first determine the identification of the row data, then add the data input frame corresponding to each mapping relationship according to the mapping relationship corresponding to each type of data in the header data and the body data, that is, the data input frame corresponding to each mapping relationship may input the data identical to the type of data corresponding to the mapping relationship, and then add the row deletion control corresponding to the identification of the row data.
In an exemplary embodiment of the disclosure, a server may set a row adding control in a target table of a web page, the display style and the position of the row adding control are not limited in the disclosure, and the row adding control may be displayed in a text form or an icon form. The position of the line addition control can be located at the beginning position of the head data input box or the end position of the body data. As shown in fig. 2, the line increment control "+ increment a line" is located at the beginning of the header data.
According to an exemplary embodiment of the present disclosure, a server may determine, in response to a column addition operation of a target table, a mapping relationship corresponding to the column addition operation as a target column mapping relationship; and then, based on the target column mapping relation, adding a data input box corresponding to the target column mapping relation and a column deletion control corresponding to the target column mapping relation in the target table.
In an exemplary embodiment of the present disclosure, a server may set a column addition control corresponding to a column addition operation in a web page, the display style and the position of the column addition control are not limited in the present disclosure, and the column addition control may be displayed in a text form or in an icon form. The position of the column increment control may be at the beginning of the header data input box or at the end of the body data. As shown in fig. 2, the column increment control "+ increment column" is located at the head position of the header data. The server stores the added target Column mapping relation into the Column array, and the target Column mapping relation can be stored before the mapping relation corresponding to the operation Column of the Column deletion control.
The server may respond to the column adding operation of the target table, determine a mapping relationship corresponding to the column adding operation, and add the mapping relationship corresponding to the column adding operation to the mapping relationship set, so that the subsequent server deletes the target column to provide the mapping relationship.
For example, the user clicks on a column increment control in the web page. After receiving the touch operation for the column addition control, the server may first determine a mapping relationship corresponding to the touch operation for the column addition control as a target mapping relationship; then, generating a header data input box based on the target mapping relationship, that is, adding a first data space corresponding to the target mapping relationship in the heads array, wherein the first data space can only store data corresponding to the target mapping relationship; then, based on the target mapping relationship, adding a data input frame corresponding to the target mapping relationship in each row of the Table body data input frame, that is, the server performs a calendar operation on the Table array, and adds a second data space corresponding to the target mapping relationship in each row, where the second data space can only store data corresponding to the target mapping relationship.
According to an exemplary embodiment of the present disclosure, the server may first determine, in response to a column deletion operation of the target table, a mapping relationship corresponding to the column deletion operation as a deleted column mapping relationship; and then, based on the deleted column mapping relation, deleting the data input box corresponding to the deleted column mapping relation in the target table.
According to an exemplary embodiment of the disclosure, the server may first respond to a touch operation for a column of the deletion control in the target table, then determine a mapping relationship corresponding to the touch operation for the column of the deletion control as a deletion column mapping relationship, and then delete the data input box corresponding to the deletion column mapping relationship in the target table based on the deletion column mapping relationship.
And under the condition that the column data input box comprises data, the server deletes the column data input box and the data corresponding to the deleted column mapping relation. And under the condition that the column data input box does not contain data, the server deletes the column data input box corresponding to the deleted column mapping relation.
For example, the user clicks on the column delete control for the second column in the web page. After receiving the touch operation for the column deletion control of the second column, the server may first determine a mapping relationship corresponding to the touch operation for the column deletion control as a deleted column mapping relationship; then, based on the deleted column mapping relation, deleting the table body data input box and the table body data corresponding to the deleted column mapping relation in the table array; subsequently, the deletion Column mapping relationship in the Column array is subjected to deletion processing.
Under the condition that the data of the Column array, the heads array and the Table array are arranged according to the index sequence, the server can determine the index information of the deleted Column based on the touch operation of the Column deletion control; then, executing ' heads ' splice (index,1) ' on the heads array based on the index information, and deleting the head data of the deleted columns in the heads array and the head data input box; then, acquiring a deleted Column mapping relation based on the index information, executing "columns" splice (index,1) "on the Column array, and deleting the deleted Column mapping relation in the Column array; then, based on the deleted column mapping relationship, "delete (name)", the Table data and the Table data input box corresponding to the deleted column mapping relationship in the Table array are deleted.
According to an exemplary embodiment of the present disclosure, the server may convert the target form into an empty form of the preset data input box in response to an emptying operation of emptying the target form.
The preset data input box can be a data input box which presets rows and columns and presets the type of data which can be input in each column.
The server can respond to touch operation aiming at the empty form control, and convert the target form into an empty form of the preset data input box. The server can also respond to touch operation of the empty form slider, and convert the target form into an empty form of the preset data input box.
As with the form of the web page shown in fig. 2, a clear form control is provided in the upper right corner. The empty table of the preset data input box is an empty table with 2 rows and 2 columns.
And after receiving the touch operation for the empty table control, the server converts the target table into an empty table with 2 rows and 2 columns. Wherein, the empty table of 2 rows and 2 columns comprises: a 2-row 2-column table data input box, and a 1-row 2-column table head data input box.
In an exemplary embodiment of the present disclosure, after receiving a touch operation for clearing the form control, a selection box may be popped up first, and then, whether to clear the data of the target form or clear the data and data input box of the target form is selected.
On one hand, the server can delete columns, delete rows, add columns and add rows in the target table of the web page, so that the display flexibility of the target table is improved, low utilization rate caused by fixed table data is avoided, and the utilization rate of the table is improved. Meanwhile, the table visually displays the controls corresponding to the column deleting operation, the row deleting operation, the column adding operation and the row adding operation respectively, so that the addition and deletion operations and the editing operation of the table are facilitated, and the man-machine interaction capacity is improved. On the other hand, the header data and the body data are displayed on the web page, so that the data and the data types in the table can be conveniently viewed and understood.
According to an exemplary embodiment of the present disclosure, in a case where a data modification instruction of a target data input box is received, a server may first determine modification data corresponding to the data modification instruction; then, the data of the target data input box is replaced by the modified data, and the modified target table is determined.
The target data input box may be a data input box of data to be modified in the target table.
The target data input box can be a header data input box or a body data input box.
When the target data input box is the header data input box, the server replaces the data of the target data input box with the modified data, and then the mapping relation corresponding to the target data input box can be determined; then, clearing data in the table body data input box associated with the mapping relation corresponding to the target data input box, and sending a prompt for modifying the table body data so as to modify the table body data associated with the mapping relation corresponding to the target data input box into the table body data with the same data type as the modified data; then, based on the modified header data and the body data, a modified target table is determined.
In the case that the target data input box is a form data input box, after the server replaces the data of the target data input box with the modified data, the data of the target data input box may be replaced with the modified data, and then, based on the modified form data, the modified target form is determined.
According to the method and the device, the data input box corresponding to the table to be processed can be generated by using the table component, the fusion slot component and the input box component which are related to the interface in the desktop end component library, and the data in the table to be processed and the data in the input box are bound. After the data of the data input box in the target table is modified, the modified data can be stored, and the modified target table is determined.
Fig. 3 schematically shows a flowchart of a table generation method according to another exemplary embodiment of the present disclosure. In step S102, the server first obtains a table to be processed; in step S302, it is determined whether the table to be processed is an empty table, and if the table to be processed is an empty table, step S304 is executed, otherwise step S104 is executed; in step S304, the server may determine, according to the preset mapping relationship set and the preset number of rows of the table body data, a data input box corresponding to the table to be processed, that is, the target table, that is, the data input box corresponding to the table to be processed, in which the header data and the table body data are not filled, is the target table; in step S104, the server determines a mapping relationship between each type of data in the header data and the table body data corresponding to each type of data, to obtain a mapping relationship set; in step S106, generating a data input box corresponding to the table to be processed according to the mapping relation set and the row number of the table body data; in step S108, based on the mapping relationship set, the header data and the body data are input into the data input box corresponding to the table to be processed, so as to generate the target table.
After step S106, the server may determine the identity of each row of data in the table body data; and generating a row deleting control corresponding to the identifier of each row of data based on the identifier of each row of data and the row number of the table body data. The server may determine the number of data types in the header data as the number of columns; and generating a column deletion control corresponding to each mapping relation in the mapping relation set according to the mapping relation set and the column number. The server may also configure column add controls, row add controls, and clear form controls in a target form of the web page.
In the exemplary embodiment of the disclosure, for the target table, the header data and the body data may be edited and modified, and the target table may be subjected to row deletion processing, column deletion processing, row addition processing, column addition processing, and clearing processing, so that the display formats of the table of the web page are increased, and the reduction of the usage rate of the target table due to the fixation of the table data is avoided. The present disclosure improves the usage of tables.
Referring to fig. 4, for the target form of the present disclosure, first the server may display the target form on a web page; then, one or more of the user operations 400 may be performed based on the target table in response to the user, specifically, the user operations 400 include: add row operation 401, add column operation 403, delete row operation 405, delete column operation 407, edit data in header data input box and data in body data input box 409, and clear operation 411; then, the server correspondingly processes the target form based on different operations, and then displays the processed data of the target form on the web page.
The server in the present disclosure may also convert the data of the target table into the original data in the same format as the table to be processed for storage. Referring to fig. 5, in step S502, the server first determines a target table; in step S504, it is determined whether the target table and the table to be processed are the same, and if so, step S506 is executed, and the data of the table to be processed is taken as the original data, otherwise, step S508 is executed; in step S508, based on the mapping relationship set, determining header data corresponding to each mapping relationship in the mapping relationship set as a type name of the table body data corresponding to each mapping relationship, then traversing the table body data of the target table, and converting each row of data of the target table into data with the same format as the table to be processed as original data.
The target table determined by the server may be a table of a web page generated based on the table to be processed, or may be a table generated after the table of the web page is generated based on the table to be processed, the modified table is obtained by continuing modification processing on the generated table, or may be a table generated after the table of the web page is generated based on the table to be processed, the generated table is continued editing processing, and the edited table is obtained. The raw data may be data in the same format as the table to be processed after being converted based on the target table.
It should be noted that although the various steps of the methods of the present disclosure are depicted in the drawings in a particular order, this does not require or imply that these steps must be performed in this particular order, or that all of the depicted steps must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions, etc.
Further, in an exemplary embodiment of the present disclosure, a table generating apparatus is also provided.
Fig. 6 schematically shows a block diagram of a table generating apparatus according to an exemplary embodiment of the present disclosure. Referring to fig. 6, a table generating apparatus 600 according to an exemplary embodiment of the present disclosure may include: a table acquisition module 601, a relationship determination module 603, an input box generation module 605, and a table generation module 607.
The table acquiring module 601 is configured to acquire a table to be processed, where the table to be processed includes a table header data and a table body data; a relationship determining module 603, configured to determine a mapping relationship between each type of data in the header data and the table body data corresponding to each type of data, as a mapping relationship set; an input box generating module 605, configured to generate a data input box corresponding to the table to be processed according to the mapping relationship set and the row number of the table body data; the table generating module 607 is configured to input the header data and the body data into the data input box corresponding to the table to be processed based on the mapping relationship set, so as to generate the target table.
According to another embodiment of the present disclosure, referring to fig. 7, the table generating apparatus 700 further includes, compared to the table generating apparatus 600: an identity determination module 702 and a column control generation module 704.
The identifier determining module 702 is configured to determine an identifier of each row of data in the table body data; and a column control generating module 704, configured to generate a row deletion control corresponding to the identifier of each row of data based on the identifier of each row of data and the row number of the table body data.
According to another embodiment of the present disclosure, referring to fig. 8, the table generating apparatus 800 further includes, compared to the table generating apparatus 600: a number determination module 801 and a row control generation module 803.
The quantity determining module 801 is configured to determine the quantity of data types in the header data as the column quantity; and the row control generating module 803 is configured to generate a column deletion control corresponding to each mapping relationship in the mapping relationship set according to the mapping relationship set and the number of columns.
According to another embodiment of the present disclosure, the mapping relationship set includes mapping identifiers of the mapping relationships, and referring to fig. 9, compared to the table generating apparatus 600, the table generating apparatus 900 further includes: a delete operation response module 902 and an input box processing module 904.
The deleting operation responding module 902 is configured to respond to a column deleting operation of the target table, and determine a mapping relationship corresponding to the column deleting operation as a deleted column mapping relationship; and an input box processing module 904, configured to delete the data input box corresponding to the deleted column mapping relationship in the target table based on the deleted column mapping relationship.
According to another embodiment of the present disclosure, the deletion operation response module 902 may be configured to perform: and responding to the touch operation aiming at the row of deleting controls in the target table, and determining a mapping relation corresponding to the touch operation of the row deleting controls as a deleting row mapping relation.
According to another embodiment of the present disclosure, the table generating apparatus 600 further includes: a quantity recording module that may be configured to perform: determining the expression types of various types of data in the header data, and recording the number of the expression types; an input box determination module may be configured to perform: and generating a data input box corresponding to each mapping relation in the mapping relation set based on the number of the mapping relation sets and the expression types.
According to another embodiment of the present disclosure, the table generating apparatus 600 further includes: an add action response module, which may be configured to perform: responding to the column adding operation of the target table, and adding a mapping relation in the mapping relation set to obtain a target column mapping relation; an add column processing module, configurable to perform: and based on the target column mapping relation, adding a data input box corresponding to the target column mapping relation and a column deletion control corresponding to the target column mapping relation in the target table.
According to another embodiment of the present disclosure, the table generating apparatus 600 further includes: a table translation module that may be configured to perform: and responding to the emptying operation of emptying the target table, and converting the target table into an empty table of the preset data input box.
According to another embodiment of the present disclosure, the table generating apparatus 600 further includes: a modified data determination module that may be configured to perform: under the condition of receiving a data modification instruction of a target data input box, determining modification data corresponding to the data modification instruction; a table determination module that may be configured to perform: and replacing the data of the target data input box with modified data to determine a modified target table.
The details of each module/unit in the above-mentioned apparatus have been described in detail in the embodiments of the method section, and thus are not described again.
In an exemplary embodiment of the present disclosure, there is also provided a computer-readable storage medium having stored thereon a program product capable of implementing the above-described method of the present specification. In some possible embodiments, aspects of the invention may also be implemented in the form of a program product comprising program code means for causing a terminal device to carry out the steps according to various exemplary embodiments of the invention described in the above-mentioned "exemplary methods" section of the present description, when the program product is run on the terminal device.
In an exemplary embodiment of the present disclosure, an electronic device capable of implementing the above method is also provided.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or program product. Thus, various aspects of the invention may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
An electronic device 1000 according to this embodiment of the invention is described below with reference to fig. 10. The electronic device 1000 shown in fig. 10 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 10, the electronic device 1000 is embodied in the form of a general purpose computing device. The components of the electronic device 1000 may include, but are not limited to: the at least one processing unit 1010, the at least one memory unit 1020, a bus 1030 connecting different system components (including the memory unit 1020 and the processing unit 1010), and a display unit 1040.
Wherein the storage unit stores program code that is executable by the processing unit 1010 to cause the processing unit 1010 to perform steps according to various exemplary embodiments of the present invention as described in the "exemplary methods" section above in this specification. For example, the processing unit 1010 may perform steps S102 to S108 as shown in fig. 1.
The storage unit 1020 may include readable media in the form of volatile memory units, such as a random access memory unit (RAM)10201 and/or a cache memory unit 10202, and may further include a read-only memory unit (ROM) 10203.
The memory unit 1020 may also include a program/utility 10204 having a set (at least one) of program modules 10205, such program modules 10205 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.
Bus 1030 may be any one or more of several types of bus structures including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, and a local bus using any of a variety of bus architectures.
The electronic device 1000 may also communicate with one or more external devices 1100 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to communicate with the electronic device 1000, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 1000 to communicate with one or more other computing devices. Such communication may occur through input/output (I/O) interfaces 1050. Also, the electronic device 1000 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) via the network adapter 1060. As shown, the network adapter 1060 communicates with the other modules of the electronic device 1000 over the bus 1030. It should be appreciated that although not shown, other hardware and/or software modules may be used in conjunction with the electronic device 1000, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to enable a computing device (which may be a personal computer, a server, a terminal device, or a network device, etc.) to execute the method according to the embodiments of the present disclosure.
Furthermore, the above-described figures are merely schematic illustrations of processes involved in methods according to exemplary embodiments of the invention, and are not intended to be limiting. It will be readily understood that the processes shown in the above figures are not intended to indicate or limit the chronological order of the processes. In addition, it is also readily understood that these processes may be performed synchronously or asynchronously, e.g., in multiple modules.
It should be noted that although in the above detailed description several modules or units of the device for action execution are mentioned, such a division is not mandatory. Indeed, the features and functionality of two or more modules or units described above may be embodied in one module or unit, according to embodiments of the present disclosure. Conversely, the features and functions of one module or unit described above may be further divided into embodiments by a plurality of modules or units.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is to be limited only by the terms of the appended claims.

Claims (12)

1. A table generation method, characterized by comprising:
acquiring a to-be-processed form, wherein the to-be-processed form comprises form header data and form body data;
determining a mapping relation between each type of data in the header data and the table body data corresponding to each type of data to obtain a mapping relation set;
generating a data input box corresponding to the table to be processed according to the mapping relation set and the number of rows of the table body data;
and inputting the header data and the body data into a data input box corresponding to the to-be-processed form based on the mapping relation set to generate a target form, wherein the target form is displayed on a web page.
2. The form generation method of claim 1, further comprising:
determining the identifier of each row of data in the table volume data;
and generating a row deleting control corresponding to the identifier of each row of data based on the identifier of each row of data and the row number of the table body data so as to delete the data input box corresponding to the identifier of each row of data.
3. The form generation method according to claim 1 or 2, characterized by further comprising:
responding to the column deleting operation of the target table, and determining a mapping relation corresponding to the column deleting operation as a column deleting mapping relation;
and deleting the data input box corresponding to the deleted column mapping relation in the target table based on the deleted column mapping relation.
4. The form generation method of claim 3, further comprising:
determining the number of data types in the header data as the number of columns;
and generating a column deletion control corresponding to each mapping relation in the mapping relation set according to the mapping relation set and the column number.
5. The table generation method according to claim 4, wherein determining, in response to a column deletion operation of the target table, a mapping relationship corresponding to the column deletion operation, as a column deletion mapping relationship, includes:
and responding to the touch operation aiming at a row of deleting controls in the target table, and determining a mapping relation corresponding to the touch operation of the row of deleting controls as a deleting row mapping relation.
6. The form generation method according to claim 1 or 2, characterized by further comprising:
determining the expression types of data of various types in the header data, and recording the number of the expression types;
and generating a header data input box corresponding to each mapping relation in the mapping relation set based on the mapping relation set and the number of the expression types.
7. The form generation method according to claim 1 or 2, characterized by further comprising:
responding to the column adding operation of the target table, and determining a mapping relation corresponding to the column adding operation to obtain a target column mapping relation;
and adding a data input box corresponding to the target column mapping relation and a column deletion control corresponding to the target column mapping relation in the target table based on the target column mapping relation.
8. The form generation method according to claim 1 or 2, characterized by further comprising:
and responding to the emptying operation of emptying the target table, and converting the target table into an empty table of a preset data input box.
9. The form generation method according to claim 1 or 2, characterized by further comprising:
under the condition that a data modification instruction of a target data input box is received, determining modification data corresponding to the data modification instruction;
and replacing the data of the target data input box with modified data, and determining the modified target table.
10. A form generation apparatus, characterized in that the form generation apparatus comprises:
the table acquisition module is used for acquiring a table to be processed, wherein the table to be processed comprises table head data and table body data;
the relation determining module is used for determining a mapping relation between each type of data in the header data and the table body data corresponding to each type of data to serve as a mapping relation set;
an input box generating module, configured to generate a data input box corresponding to the table to be processed according to the mapping relationship set and the number of rows of the table body data;
and the table generating module is used for inputting the header data and the body data into a data input box corresponding to the table to be processed based on the mapping relation set to generate a target table, and the target table is displayed on a web page.
11. A computer-readable storage medium on which a computer program is stored, the program, when being executed by a processor, implementing the table generation method according to any one of claims 1 to 9.
12. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the table generation method of any one of claims 1 to 9.
CN202110035972.4A 2021-01-12 2021-01-12 Table generation method, table generation device, storage medium, and electronic apparatus Pending CN113779943A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110035972.4A CN113779943A (en) 2021-01-12 2021-01-12 Table generation method, table generation device, storage medium, and electronic apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110035972.4A CN113779943A (en) 2021-01-12 2021-01-12 Table generation method, table generation device, storage medium, and electronic apparatus

Publications (1)

Publication Number Publication Date
CN113779943A true CN113779943A (en) 2021-12-10

Family

ID=78835395

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110035972.4A Pending CN113779943A (en) 2021-01-12 2021-01-12 Table generation method, table generation device, storage medium, and electronic apparatus

Country Status (1)

Country Link
CN (1) CN113779943A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107766309A (en) * 2017-08-29 2018-03-06 腾讯科技(深圳)有限公司 Data form generation method, device and storage medium, electronic installation
CN107992458A (en) * 2016-10-26 2018-05-04 腾讯科技(北京)有限公司 The generation method and device of form rule
JP2019032704A (en) * 2017-08-08 2019-02-28 株式会社日立製作所 Table data structuring system and table data structuring method
CN109871524A (en) * 2019-02-21 2019-06-11 腾讯科技(深圳)有限公司 A kind of chart generation method and device
CN110020342A (en) * 2017-08-31 2019-07-16 北京国双科技有限公司 The processing method and processing device of data
CN110990411A (en) * 2019-12-18 2020-04-10 上海米哈游网络科技股份有限公司 Data structure generation method and device and calling method and device
CN111695330A (en) * 2020-06-30 2020-09-22 望海康信(北京)科技股份公司 Method and device for generating table, electronic equipment and computer-readable storage medium
CN111767704A (en) * 2020-06-30 2020-10-13 山东浪潮通软信息科技有限公司 Excel form template generation method and device
CN111832268A (en) * 2020-06-30 2020-10-27 北京印象笔记科技有限公司 Information interaction method, readable storage medium and electronic device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107992458A (en) * 2016-10-26 2018-05-04 腾讯科技(北京)有限公司 The generation method and device of form rule
JP2019032704A (en) * 2017-08-08 2019-02-28 株式会社日立製作所 Table data structuring system and table data structuring method
CN107766309A (en) * 2017-08-29 2018-03-06 腾讯科技(深圳)有限公司 Data form generation method, device and storage medium, electronic installation
CN110020342A (en) * 2017-08-31 2019-07-16 北京国双科技有限公司 The processing method and processing device of data
CN109871524A (en) * 2019-02-21 2019-06-11 腾讯科技(深圳)有限公司 A kind of chart generation method and device
CN110990411A (en) * 2019-12-18 2020-04-10 上海米哈游网络科技股份有限公司 Data structure generation method and device and calling method and device
CN111695330A (en) * 2020-06-30 2020-09-22 望海康信(北京)科技股份公司 Method and device for generating table, electronic equipment and computer-readable storage medium
CN111767704A (en) * 2020-06-30 2020-10-13 山东浪潮通软信息科技有限公司 Excel form template generation method and device
CN111832268A (en) * 2020-06-30 2020-10-27 北京印象笔记科技有限公司 Information interaction method, readable storage medium and electronic device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
杨海涛;: "复杂表头表格的关系模式表示", 计算机工程, no. 04, 20 February 2011 (2011-02-20) *
艾文国, 王衍华, 王福胜: "基于大型数据库的通用报表生成系统设计", 哈尔滨工业大学学报, no. 06, 30 December 1999 (1999-12-30) *

Similar Documents

Publication Publication Date Title
RU2390834C2 (en) Method and device for browsing and interacting with electronic worksheet from web-browser
US8949729B2 (en) Enhanced copy and paste between applications
US20130061124A1 (en) Managing forms in electronic documents
US20030034989A1 (en) Application editing apparatus and data processing method and program
US11003680B2 (en) Method for providing e-book service and computer program therefor
US20180321805A1 (en) Method for automatically applying page labels using extracted label contents from selected pages
CN110825382A (en) Front-end big data tree structure display method
CN112748923A (en) Method and device for creating visual billboard, electronic equipment and storage medium
US20080282148A1 (en) Processing method for increasing speed of opening a word processing document
US20170329756A1 (en) Electronic document editing apparatus capable of inserting memo into paragraph, and operating method thereof
CN113419711A (en) Page guiding method and device, electronic equipment and storage medium
CN112433995A (en) File format conversion method, system, computer equipment and storage medium
US20060248443A1 (en) System and method for exporting spreadsheet data
CN113779943A (en) Table generation method, table generation device, storage medium, and electronic apparatus
CN116257232A (en) Table generation method, device, equipment and storage medium based on table component
US20110055258A1 (en) Method and apparatus for the page-by-page provision of an electronic document as a computer graphic
CN112199966B (en) Translation method, translation device, electronic device and storage medium
CN107368465B (en) System and method for processing screenshot note of streaming document
US7272784B2 (en) Form processing method, form processing program, and form processing apparatus
US20100037186A1 (en) Host screen transformation for mobile devices having a reduced display size
CN112199335A (en) Generation method and generation system of operation log
US20240202428A1 (en) Method, device, computer equipment and storage medium for processing pdf files
RU2821841C2 (en) Imaging method, electronic device and data medium
CN118152234B (en) FPGA architecture resource visualization method and system
CN115964989B (en) Information display method, device and storage medium of electronic form

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