CN111444689B - Data-based table cell merging method and system - Google Patents

Data-based table cell merging method and system Download PDF

Info

Publication number
CN111444689B
CN111444689B CN202010551222.8A CN202010551222A CN111444689B CN 111444689 B CN111444689 B CN 111444689B CN 202010551222 A CN202010551222 A CN 202010551222A CN 111444689 B CN111444689 B CN 111444689B
Authority
CN
China
Prior art keywords
column
cell
data
information object
row
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010551222.8A
Other languages
Chinese (zh)
Other versions
CN111444689A (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.)
Guangzhou Xuanwu Wireless Technology Co Ltd
Original Assignee
Guangzhou Xuanwu Wireless 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 Guangzhou Xuanwu Wireless Technology Co Ltd filed Critical Guangzhou Xuanwu Wireless Technology Co Ltd
Priority to CN202010551222.8A priority Critical patent/CN111444689B/en
Publication of CN111444689A publication Critical patent/CN111444689A/en
Application granted granted Critical
Publication of CN111444689B publication Critical patent/CN111444689B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a data-based table cell merging method, which comprises the steps of traversing merging cells to process information objects, and processing column marks of each row of data; the column marking rule count of the default merge cell processing information object is 1; if the column mark rule count of the previous column of cells with the same column mark as the current column is 1 and the data value of the current cell is equal to the data value of the previous row of the same column mark cells, setting the column mark rule count of the cell processing information object to be 0; circularly tracing to the top cell of the column, and automatically marking the value of the cell to be combined to be + 1; and repeating the steps until all row and column data are processed, and merging the cells to obtain the target cells. The method for merging the cells based on the data table can automatically merge and display the cells without depending on a row and column structure of the table, and further realizes a target business scene brought by the improvement of user control capability of modern enterprises.

Description

Data-based table cell merging method and system
Technical Field
The invention relates to the technical field of information processing, in particular to a method and a system for merging cells based on a data table.
Background
Tabular display of report type data is often used in the context of enterprise data, and column-row consolidation of table cells is an important implementation for aesthetically and efficiently displaying key data information. At present, in the prior art, the content of the cells to be merged is calculated by positioning the row position mark and the column position mark of the row-column cells, which strongly depends on the determined positions of the row-column cells. For example, when the table tag used by the industry is used for realizing the merging of the cells, firstly, the row and column structure is defined, and then the table type data is displayed by combining and rendering the cells through clearly specifying the row position and the column position of the row and column cells needing to be merged. However, this implementation method cannot satisfy the scenario that data is flexible and changeable and a user modifies the rank sequence (user level, column grouping, row number, column hiding, etc.) at any time, and once the rank of the table is changed, the rank sequence of the cell dependency cannot be changed according to the assumed target cell position to be merged, further resulting in the failure to implement the target service scenario.
Disclosure of Invention
The invention aims to provide a method and a system for merging cells based on a data table, wherein the system can automatically merge and display the cells only based on data contents and does not depend on a table row and column structure, and further realizes a target business scene brought by the improvement of user control capability of modern enterprises.
In order to overcome the defects in the prior art, the invention provides a method for merging cells based on a data table, which comprises the following steps:
s1, acquiring a merging cell processing information object;
s2, traversing the merged cell processing information object, and processing the column marks of each row of data to obtain a cell processing information object;
s3, defaulting the column marking rule count of the merged cell processing information object to be 1; if the column mark rule count of the previous column of cells with the same column mark as the current column is 1 and the data value of the current cell is equal to the data value of the previous row of the same column mark cells, setting the column mark rule count of the cell processing information object to be 0; circularly tracing to the top cell of the column, and automatically marking the value of the cell to be combined to be + 1;
s4, repeating the steps S1-S3 until all row and column data of the merged cell processing information object are processed to obtain a complete cell processing information object; and merging the cells of the complete cell processing information object to obtain a target cell.
Further, the acquiring the merged cell processing information object includes:
acquiring original row and column data to be rendered of a table and a column mark list corresponding to the original row and column data;
traversing the column marks of each row of data and the key value pairs of each column of cell data in the original row-column data according to the column mark list, and outputting result row-column data;
and establishing a merging cell processing information object according to the result row and column data.
Further, the merging cells of the complete cell processing information object to obtain a target cell includes: and merging the cells of the complete cell processing information object through a merging cell function.
Further, the column label list includes a unique column field name and a column order corresponding to the table column.
Further, if the column mark rule count of the previous column of cells with the same column mark as the current column is not 1, or the data value of the current cell is not equal to the data value of the previous row of cells with the same column mark, returning to the step of traversing the merged cell to process the information object, and processing the column mark of each row of data to obtain the cell processing information object, and executing the steps sequentially downwards.
The invention also provides a system for merging cells based on the data table, which comprises the following steps:
a cell to be rendered obtaining unit, configured to obtain a merge cell processing information object;
the cell traversing unit is used for traversing the merged cell processing information object and processing the column marks of each row of data to obtain a cell processing information object;
a cell marking unit for defaulting the column marking rule count of the merged cell processing information object to 1; if the column mark rule count of the previous column of cells with the same column mark as the current column is 1 and the data value of the current cell is equal to the data value of the previous row of the same column mark cells, setting the column mark rule count of the cell processing information object to be 0; circularly tracing to the top cell of the column, and automatically marking the value of the cell to be combined to be + 1;
the target cell generating unit is used for repeatedly calling the cell marking unit; until all row and column data of the merged cell processing information object are processed, obtaining a complete cell processing information object; and merging the cells of the complete cell processing information object to obtain a target cell.
The present invention also provides a computer terminal device, comprising:
one or more processors;
a memory coupled to the processor for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a method for merging cells based on a data-based table as described above.
The present invention also provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements a method of consolidating cells based on a data table as described above.
Compared with the prior art, the method for merging cells based on the data table provided by the embodiment of the invention has the advantages that after the data content needing to be rendered to the table is determined, no matter how the position of the row and column changes, the reasonable merging position of the cells is obtained after the data content rendered based on the latest table is merged and analyzed, so that the merging and displaying of the cells are automatically carried out, and the requirement of business scene realization brought by the improvement of user control capacity of modern enterprises can be met.
Drawings
FIG. 1 is a flowchart illustrating a method for merging cells based on a data table according to a first embodiment of the present invention;
FIG. 2 is a diagram illustrating the steps of a method for merging cells based on a data table according to a second embodiment of the present invention;
FIG. 3 is a schematic diagram of a cell processing information object page to be merged according to a third embodiment of the present invention;
FIG. 4 is a schematic diagram of a merged cell effect page according to a third embodiment of the present invention;
fig. 5 is a schematic structural diagram of a data-based table merging cell system according to a fourth embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be understood that the step numbers used herein are for convenience of description only and are not intended as limitations on the order in which the steps are performed.
It is to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
The terms "comprises" and "comprising" indicate the presence of the described features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The term "and/or" refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to fig. 1, a first embodiment of the present invention provides a method for merging cells based on a data table, including:
s1, acquiring a merging cell processing information object;
in the step, a merging cell processing information object is obtained, and firstly, original row and column data needing to be rendered in a table and a column mark list corresponding to the original row and column data need to be obtained; traversing the column marks of each row of data and the key value pairs of each column of cell data in the original row-column data according to the column mark list, and outputting result row-column data; and establishing a merging cell processing information object according to the result row and column data.
S2, traversing the merged cell processing information object, and processing the column marks of each row of data to obtain a cell processing information object;
in this step, according to the column label list of the table obtained in the previous step, the unique "column field name" and "column sequence" corresponding to the table column can be known, such as col1, col2, col 3; and then traversing the merged cells to process the row data in the information object, wherein data fields corresponding to the column field names exist in each row of data, finding the data fields in the row data, sequencing the data fields according to the column sequence of the table, returning a key value pair structure, namely the cell processing information object, and correspondingly hanging the key value pairs in the row of data to serve as the basis for subsequent processing and merging logic.
S3, defaulting the column marking rule count of the merged cell processing information object to be 1; if the column mark rule count of the previous column of cells with the same column mark as the current column is 1 and the data value of the current cell is equal to the data value of the previous row of the same column mark cells, setting the column mark rule count of the cell processing information object to be 0; circularly tracing to the top cell of the column, and automatically marking the value of the cell to be combined to be + 1;
in this step, it can be understood that, when the column flag rule count of the default merged cell processing information object is set to 1 according to the system, and then two steps of determination are performed, the following situations may occur in sequence:
if the column flag rule count of the previous column of cells having the same column flag as the current column is 1 and the data value of the current cell is equal to the data value of the previous row of the same column flag cells, a corresponding merge information recording operation may be performed, i.e., the column flag rule count of the cell processing information object is set to 0, indicating that the cells are to be merged; then, circularly tracing back to the forefront cell in the row all the time, and aiming at the cell to be merged, automatically enabling the identification value of the cell to be + 1; the current cell and other marks on the path are both 0, and after the operation is processed, the data content of all the cells to be merged can be obtained for subsequent merging operation.
And if the column mark rule count of the previous column of the unit cells with the same column marks as the current column is not 1 and the data value of the current unit cell is not equal to the data value of the previous row of the same column mark unit cells, returning to the step of traversing the merged unit cell processing information object and processing the column marks of each row of data to obtain the unit cell processing information object, and executing the operation downwards again in sequence.
S4, repeating the steps S1-S3 until all row and column data of the merged cell processing information object are processed to obtain a complete cell processing information object; and merging the cells of the complete cell processing information object to obtain a target cell.
The loop related to the above steps is executed in a return mode under the condition that the loop does not accord with the record of the 'merging rule', the step is the second loop of the scheme, the information recording operation and the automatic plus 1 operation of the cell mark at the forefront of the loop tracing are continuously and repeatedly merged, as long as all data are processed, a complete cell processing information object can be obtained, and finally, a set merging cell function is adopted to process the information object for the whole complete cell to finally obtain the target cell.
After the data content needing to be rendered to the table is determined, no matter how the position of the rows and columns changes, the data content rendered based on the latest table is merged and analyzed to obtain a reasonable cell merging position, so that the cell merging display is automatically performed, and the requirement of business scene realization brought by the improvement of user control capability of modern enterprises can be met.
Referring to fig. 2, a second embodiment of the present invention provides a process flow of a method for merging cells based on a data table, including:
1) acquiring row and column data of a table which needs to be rendered currently;
2) obtaining a table column mark list (propObj);
3) traversing the row-column data to additionally generate a column mark of each row and a key value pair of the column cell data, and outputting result row-column data (data);
4) establishing a merging cell processing information object (mergespan);
5) traversing row and column data (data), and processing the column mark field of each row of data to obtain a cell processing information object;
6) default merge process information object column marking rule count is 1(mergespan. prop ═ 1);
7) judging one: if the column mark rule count of the previous column of the same column mark cells is 0, the combination rule is met, and the next operation is carried out;
8) and II, judging: if the data value of the current cell is equal to the data value of the marked cell in the same row, performing the next operation;
9) if the judgment is in accordance with the first judgment and the second judgment, merging information recording operation is carried out;
10) merging information recording operation: setting the cell processing information object column marking rule count to 0 (indicating to be merged);
11) the method comprises the steps of circularly tracing to the identification value of the top cell of a column, namely +1 (indicating the number of cells to be combined), wherein the current cell and other marks on a path are all 0;
12) repeating the steps 5) -11) until all row and column data are processed to obtain a complete cell processing information object (mergespan);
13) giving the complete cell handling information object to the table handling merge cell function (merge target cells based on handling information)
To help understand the specific operation of the present solution, please refer to fig. 3-4, which are a to-be-merged cell processing information object page and a merged cell effect page provided by a third embodiment of the present invention, respectively;
FIG. 3 shows the contents of a portion of cells to be rendered, and it can be seen that before merging, the column flag fields in the first 5 columns are: name, job number, marketing organization, number of days to attendance and number of days to attendance; from the row data of the table, from the 2 nd row to the 7 th row, the corresponding data contents are all related information with names of administrators, and the data contents of the column cells marked for the same column are the same, namely the column marks are the names, marketing organizations, attendance days and attendance days, the cell data of the corresponding 2-7 rows below are the same, so that the merging rule is met, the column mark rule count of the cell processing information object is set to be 0 during processing, the cells are to be merged, then the whole cell object to be merged is traced circularly, and the foremost cell identification value of each column to be merged is automatically +1, namely from the 2-7 rows, the foremost cell identification value of each row can be 1, 2, 3, 4, 5 and 6 in sequence, the 6 rows of data are merged, then the set merging cell function is adopted for merging after all the row and column data are processed, the position relation between the lines is not required to be relied on, and the graph is a part of the intercepted unit cells, so that when the unit cells with huge data quantity are targeted, the embodiment can quickly and efficiently merge, and the condition that the merged area is selected manually and easily causes errors can be avoided. Fig. 4 is a merged effect diagram, and it can be seen that the contents of rows 2 to 7 have been merged, and the remaining tables to be rendered are all merged according to this rule.
Referring to fig. 5, a system for merging cells based on a data table according to a fourth embodiment of the present invention includes:
a cell to be rendered obtaining unit 01, configured to obtain a merge cell processing information object;
the cell traversing unit 02 is used for traversing the merged cell processing information object and processing the column marks of each row of data to obtain a cell processing information object;
a cell marking unit 03 configured to default that the column marking rule count of the merged cell processing information object is 1; if the column mark rule count of the previous column of cells with the same column mark as the current column is 1 and the data value of the current cell is equal to the data value of the previous row of the same column mark cells, setting the column mark rule count of the cell processing information object to be 0; circularly tracing to the top cell of the column, and automatically marking the value of the cell to be combined to be + 1;
a target cell generation unit 04 for repeatedly calling the cell marking unit; until all row and column data of the merged cell processing information object are processed, obtaining a complete cell processing information object; and merging the cells of the complete cell processing information object to obtain a target cell.
In this embodiment, the to-be-rendered cell obtaining unit 01 is further configured to,
acquiring original row and column data to be rendered of a table and a column mark list corresponding to the original row and column data;
traversing the column marks of each row of data and the key value pairs of each column of cell data in the original row-column data according to the column mark list, and outputting result row-column data;
and establishing a merging cell processing information object according to the result row and column data.
In this embodiment, the target cell generating unit 04 is further configured to merge the complete cell processing information object into a merged cell through a merged cell function.
The fifth embodiment of the present invention further provides a computer terminal device, including:
one or more processors;
a memory coupled to the processor for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a method for merging cells based on a data-based table as described above.
Wherein the processor is used for controlling the overall operation of the computer terminal device to complete all or part of the steps of the method for merging the cells based on the data table according to any one of the embodiments. The memory is used to store various types of data to support the operation at the computer terminal device, which data may include, for example, instructions for any application or method operating on the computer terminal device, as well as application-related data. The Memory may be implemented by any type of volatile or non-volatile Memory device or combination thereof, such as Static Random Access Memory (SRAM), electrically Erasable Programmable Read-Only Memory (EEPROM), Erasable Programmable Read-Only Memory (EPROM), Programmable Read-Only Memory (PROM), Read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk, or optical disk.
The computer terminal Device may be implemented by one or more Application Specific1 integrated circuits (AS 1C), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, microcontrollers, microprocessors, or other electronic components, and is configured to perform the method for merging cells based on data according to any of the embodiments described above, and achieve the technical effects consistent with the above methods.
The sixth embodiment of the present invention also provides a computer readable storage medium comprising program instructions, which when executed by a processor, implement the steps of the method for merging cells based on a data table as described in any one of the above embodiments. For example, the computer readable storage medium may be the above-mentioned memory including program instructions executable by a processor of a computer terminal device to perform the method for merging cells based on a data table according to any one of the above-mentioned embodiments, and achieve the technical effects consistent with the above-mentioned method.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.

Claims (10)

1. A method for merging cells based on a data based table, comprising:
s1, acquiring a merging cell processing information object;
s2, traversing the merged cell processing information object, and processing the column marks of each row of data to obtain a cell processing information object;
s3, defaulting the column marking rule count of the merged cell processing information object to be 1; if the column mark rule count of the previous column of cells with the same column mark as the current column is 1 and the data value of the current cell is equal to the data value of the previous row of the same column mark cells, setting the column mark rule count of the cell processing information object to be 0; circularly tracing to the top cell of the column, and automatically marking the value of the cell to be combined to be + 1;
s4, repeating the steps S1-S3 until all row and column data of the merged cell processing information object are processed to obtain a complete cell processing information object; and merging the cells of the complete cell processing information object to obtain a target cell.
2. The data-based table merge cell method of claim 1, wherein said obtaining a merge cell process information object comprises:
acquiring original row and column data to be rendered of a table and a column mark list corresponding to the original row and column data;
traversing the column marks of each row of data and the key value pairs of each column of cell data in the original row-column data according to the column mark list, and outputting result row-column data;
and establishing a merging cell processing information object according to the result row and column data.
3. The method of claim 1, wherein the merging cells of the complete cell processing information object to obtain a target cell comprises:
and merging the cells of the complete cell processing information object through a merging cell function.
4. The data-based table merging cell method of claim 2,
the column marker list comprises unique column field names and column sequences corresponding to the table columns.
5. The data-based table merging cell method of claim 1,
and if the column mark rule count of the previous column of the unit cells with the same column marks as the current column is not 1 or the data value of the current unit cell is not equal to the data value of the previous row of the same column mark unit cells, returning to the step of traversing the merged unit cell processing information object and processing the column marks of each row of data to obtain the unit cell processing information object, and executing the steps downwards in sequence.
6. A system for data-based table merging cells, comprising:
a cell to be rendered obtaining unit, configured to obtain a merge cell processing information object;
the cell traversing unit is used for traversing the merged cell processing information object and processing the column marks of each row of data to obtain a cell processing information object;
a cell marking unit for defaulting the column marking rule count of the merged cell processing information object to 1; if the column mark rule count of the previous column of cells with the same column mark as the current column is 1 and the data value of the current cell is equal to the data value of the previous row of the same column mark cells, setting the column mark rule count of the cell processing information object to be 0; circularly tracing to the top cell of the column, and automatically marking the value of the cell to be combined to be + 1;
the target cell generating unit is used for repeatedly calling the cell marking unit; until all row and column data of the merged cell processing information object are processed, obtaining a complete cell processing information object; and merging the cells of the complete cell processing information object to obtain a target cell.
7. The data-based table merging cell system of claim 6, wherein the cell to be rendered obtaining unit is further configured to,
acquiring original row and column data to be rendered of a table and a column mark list corresponding to the original row and column data;
traversing the column marks of each row of data and the key value pairs of each column of cell data in the original row-column data according to the column mark list, and outputting result row-column data;
and establishing a merging cell processing information object according to the result row and column data.
8. The data-based table merging cells system of claim 6, wherein the target cell generation unit is further configured to merge cells of the complete cell process information object via a merge cell function.
9. A computer terminal device, comprising:
one or more processors;
a memory coupled to the processor for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a method for merging cells of a data-based table as recited in any one of claims 1 to 4.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out a method of merging cells of a data-based table according to any one of claims 1 to 4.
CN202010551222.8A 2020-06-17 2020-06-17 Data-based table cell merging method and system Active CN111444689B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010551222.8A CN111444689B (en) 2020-06-17 2020-06-17 Data-based table cell merging method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010551222.8A CN111444689B (en) 2020-06-17 2020-06-17 Data-based table cell merging method and system

Publications (2)

Publication Number Publication Date
CN111444689A CN111444689A (en) 2020-07-24
CN111444689B true CN111444689B (en) 2020-10-09

Family

ID=71653745

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010551222.8A Active CN111444689B (en) 2020-06-17 2020-06-17 Data-based table cell merging method and system

Country Status (1)

Country Link
CN (1) CN111444689B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112347746A (en) * 2020-10-28 2021-02-09 傲普(上海)新能源有限公司 Method for dynamically merging web page forms
CN112099898B (en) * 2020-11-06 2021-02-09 广州市玄武无线科技股份有限公司 Form processing system and method based on Web front end
CN112232048A (en) * 2020-11-12 2021-01-15 腾讯科技(深圳)有限公司 Table processing method based on neural network and related device
CN116205204B (en) * 2023-03-01 2023-08-04 北京中宏立达科技发展有限公司 Dynamic form merging method and system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102467378A (en) * 2010-11-11 2012-05-23 深圳市金蝶友商电子商务服务有限公司 HTML (Hypertext Markup Language) form processing method based on two-dimensional matrix and computer
CN102799574A (en) * 2012-06-29 2012-11-28 无锡永中软件有限公司 Data partitioning and merging method for electronic forms
CN103020143A (en) * 2012-11-21 2013-04-03 用友软件股份有限公司 Device and method for merging cells
CN108153719A (en) * 2016-12-02 2018-06-12 北京国双科技有限公司 Merge the method and apparatus of electrical form
CN109213978A (en) * 2017-07-03 2019-01-15 珠海金山办公软件有限公司 A kind of method, apparatus of Merge Cells, electronic equipment and readable storage medium storing program for executing
CN110163198A (en) * 2018-09-27 2019-08-23 腾讯科技(深圳)有限公司 A kind of Table recognition method for reconstructing, device and storage medium
CN110222291A (en) * 2019-04-25 2019-09-10 天津市职业大学 A kind of table merging method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004102400A (en) * 2002-09-05 2004-04-02 Beacon Information Technology:Kk Data management system, method, and computer program
CN102243624A (en) * 2010-11-02 2011-11-16 泗阳天琴软件科技有限公司 Several new functions of spreadsheet
US10331949B2 (en) * 2017-07-25 2019-06-25 Konica Minolta Laboratory U.S.A., Inc. Splitting merged table cells

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102467378A (en) * 2010-11-11 2012-05-23 深圳市金蝶友商电子商务服务有限公司 HTML (Hypertext Markup Language) form processing method based on two-dimensional matrix and computer
CN102799574A (en) * 2012-06-29 2012-11-28 无锡永中软件有限公司 Data partitioning and merging method for electronic forms
CN103020143A (en) * 2012-11-21 2013-04-03 用友软件股份有限公司 Device and method for merging cells
CN108153719A (en) * 2016-12-02 2018-06-12 北京国双科技有限公司 Merge the method and apparatus of electrical form
CN109213978A (en) * 2017-07-03 2019-01-15 珠海金山办公软件有限公司 A kind of method, apparatus of Merge Cells, electronic equipment and readable storage medium storing program for executing
CN110163198A (en) * 2018-09-27 2019-08-23 腾讯科技(深圳)有限公司 A kind of Table recognition method for reconstructing, device and storage medium
CN110222291A (en) * 2019-04-25 2019-09-10 天津市职业大学 A kind of table merging method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Table Union Search on Open Data;Fatemeh Nargesian et al.;《Proceedings of the VLDB Endowment》;20180831;第11卷(第7期);第813-825页 *
半结构化文档中非标记化表格的抽取;宋强 等;《计算机工程》;20050930;第31卷(第18期);第81-83、171页 *

Also Published As

Publication number Publication date
CN111444689A (en) 2020-07-24

Similar Documents

Publication Publication Date Title
CN111444689B (en) Data-based table cell merging method and system
CN108089893B (en) Method and device for determining redundant resources, terminal equipment and storage medium
CN107977396B (en) Method and device for updating data table of KeyValue database
CN114595343B (en) Map display method and device, storage medium and electronic equipment
CN108776587B (en) Data acquisition method and device, computer equipment and storage medium
CN111414362A (en) Data reading method, device, equipment and storage medium
CN111125067B (en) Data maintenance method and device
CN106844526B (en) document processing method and device
CN102073554A (en) Method and device for recovering files closed abnormally
EP1591914A1 (en) Method, computer program product and device for importing a plurality of data sets into a system
US10140278B2 (en) Computer-implemented methods and systems for associating files with cells of a collaborative spreadsheet
CN109783200B (en) Data processing method, device and equipment
CN112558957B (en) Method and device for generating webpage form, electronic equipment and readable storage medium
CN116107971A (en) Model data processing method and device, electronic equipment and storage medium
CN117931789B (en) Ordered processing method, system and computer equipment for data recovery task
CN111104788B (en) Alignment method and device of document differential content, storage medium and electronic equipment
CN112287269B (en) Data loading method and device, computing equipment and computer readable storage medium
CN112818276B (en) Point-of-interest picture processing method and device, electronic equipment and storage medium
CN112486462A (en) Modularized page processing method, device, equipment and storage medium
CN117667648A (en) Method, device, computer equipment and storage medium for detecting code branch line
CN112286579A (en) Data processing method, data processing device, computer readable storage medium and computer equipment
CN114780561A (en) Entity attribute editing method and device, computer equipment and storage medium
CN114116302A (en) Database backup method and device and computing equipment
CN116910069A (en) Database updating method, device, computer equipment and storage medium
CN116483532A (en) Scheduling processing method, device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 510000 room 23bd, No. 109, TIYU West Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee after: GUANGZHOU XUANWU WIRELESS TECHNOLOGY Co.,Ltd.

Address before: 32B, no.103b, TianLiHe Road, Guangzhou, 510000

Patentee before: GUANGZHOU XUANWU WIRELESS TECHNOLOGY Co.,Ltd.