CN114997124A - Table content processing method, device, equipment and storage medium - Google Patents

Table content processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN114997124A
CN114997124A CN202110227849.2A CN202110227849A CN114997124A CN 114997124 A CN114997124 A CN 114997124A CN 202110227849 A CN202110227849 A CN 202110227849A CN 114997124 A CN114997124 A CN 114997124A
Authority
CN
China
Prior art keywords
information
data row
row information
document
content processing
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
CN202110227849.2A
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 Zitiao Network Technology Co Ltd
Original Assignee
Beijing Zitiao Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Zitiao Network Technology Co Ltd filed Critical Beijing Zitiao Network Technology Co Ltd
Priority to CN202110227849.2A priority Critical patent/CN114997124A/en
Priority to JP2023552498A priority patent/JP2024508012A/en
Priority to PCT/CN2022/078661 priority patent/WO2022184063A1/en
Publication of CN114997124A publication Critical patent/CN114997124A/en
Priority to US18/239,719 priority patent/US20240012985A1/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
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance

Landscapes

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

Abstract

The disclosure provides a table content processing method, a table content processing device, a table content processing apparatus and a table content processing storage medium. The table content processing method comprises the following steps: selecting data row information in a first table; generating a first document or a second table in response to a triggering operation on the data row information, wherein the first document comprises the second table, and the second table comprises the data row information; and sending the first document or the second table to a target access user. The method and the device can realize direct sharing of part of contents in the form and support bidirectional data synchronization, and improve the use experience of users.

Description

Table content processing method, device, equipment and storage medium
Technical Field
The present disclosure relates to the field of computer software technologies, and in particular, to a method, an apparatus, a device, and a storage medium for processing table contents.
Background
With the development of internet technology, forms have become common data management tools, and in the process of using forms, the forms often need to be shared with other users for viewing and editing.
In the prior art, if part of contents of a form needs to be provided to other users, it is often necessary to leave the current form and open a new form, copy corresponding contents into the new form, and then send the new form to other users. This process is too cumbersome.
Disclosure of Invention
The present disclosure has been made to solve the above problems, and an object of the present disclosure is to provide a table content processing method, apparatus, device, and storage medium that are simple and efficient, can directly share part of contents in a table, and support bidirectional synchronization of data. This disclosure provides this summary in order to introduce a selection of concepts in a simplified form that are further described below in the detailed description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
In order to solve the above technical problem, an embodiment of the present disclosure provides a table content processing method, which adopts the following technical solutions:
selecting data row information in a first table;
generating a first document or a second table in response to a triggering operation on the data row information, wherein the first document comprises the second table, and the second table comprises the data row information;
and sending the first document or the second table to a target access user.
In order to solve the above technical problem, an embodiment of the present disclosure further provides a table content processing apparatus, which adopts the following technical solution, including:
the information selection module is used for selecting data row information in the first table;
the document generation module is used for responding to a trigger operation on the data row information and generating a first document or a second table, wherein the first document comprises the second table, and the second table comprises the data row information;
the document sending module is used for sending the first document or the second table to a target access user;
and the reference synchronization module is used for referencing the data row information in the second table in the area of the data row information in the first table, highlighting the associated area of the data row information in the first table, and displaying the edited data row information in the data row information of the first table in response to the editing operation on the data row information of the second table.
In order to solve the above technical problem, an embodiment of the present disclosure further provides a computer device, which adopts the following technical solutions:
comprising a memory having a computer program stored therein and a processor implementing the method as described above when executing the computer program.
In order to solve the above technical problem, an embodiment of the present disclosure further provides a computer-readable storage medium, which adopts the following technical solutions:
the computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the method as described above.
According to the technical scheme disclosed by the disclosure, compared with the prior art, the method and the device can realize direct sharing of part of contents in the table without copying, pasting and sharing of the newly-built table, simplify the operation process and contribute to improving the working efficiency.
Drawings
FIG. 1 is an exemplary system architecture diagram in which the present disclosure may be applied;
FIG. 2 is a flow diagram for one embodiment of a table content processing method according to the present disclosure;
FIG. 3 is a schematic diagram of one embodiment of a table content processing method according to the present disclosure;
FIG. 4 is a schematic diagram illustrating one embodiment of a table content processing method according to the present disclosure;
FIG. 5 is a schematic diagram of one embodiment of a table content processing apparatus, according to the present disclosure;
FIG. 6 is a schematic block diagram of one embodiment of a computer device according to the present disclosure.
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. Throughout the drawings, the same or similar reference numbers refer to the same or similar elements. It should be understood that the drawings are schematic and that elements and components are not necessarily drawn to scale.
Detailed Description
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this disclosure belongs; the terminology used in the description of the application herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure; the terms "including" and "having," and any variations thereof, in the description and claims of this disclosure and the description of the above figures are intended to cover non-exclusive inclusions. The terms "first," "second," and the like in the description and claims of the present disclosure or in the above-described drawings are used for distinguishing between different objects and not for describing a particular order.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the disclosure. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein may be combined with other embodiments.
In order to make the technical solutions of the present disclosure better understood by those skilled in the art, the technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
[ System Structure ]
First, the structure of the system of one embodiment of the present disclosure is explained. As shown in fig. 1, the system architecture 100 may include terminal devices 101, 102, 103, 104, a network 105, and a server 106. The network 105 serves as a medium for providing communication links between the terminal devices 101, 102, 103, 104 and the server 106.
In the present embodiment, an electronic device (for example, the terminal device 101, 102, 103, or 104 shown in fig. 1) on which the form content processing method operates can perform transmission of various information through the network 105. Network 105 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few. It should be noted that the above-mentioned wireless connection manners may include, but are not limited to, a 3G/4G/5G connection, a Wi-Fi connection, a bluetooth connection, a WiMAX connection, a Zigbee connection, a UWB connection, and other now known or later developed wireless connection manners.
A user may use terminal devices 101, 102, 103, 104 to interact with a server 106 via a network 105 to receive or send messages or the like. Various client applications, such as a video live and play application, a web browser application, a shopping application, a search application, an instant messaging tool, a mailbox client, social platform software, etc., may be installed on the terminal device 101, 102, 103, or 104.
The terminal device 101, 102, 103 or 104 may be various electronic devices having a touch screen display and/or supporting web browsing, including but not limited to smart phones, tablet computers, e-book readers, MP3 players (moving picture experts group compressed standard audio layer 3), MP4 (moving picture experts group compressed standard audio layer 4) players, head mounted display devices, laptop portable computers, desktop computers, and the like.
The server 106 may be a server that provides various services, such as a background server that provides support for pages displayed on the terminal device 101, 102, 103, or 104.
It should be understood that the number of terminal devices, networks, and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Here, the terminal device may implement the embodiment method of the present disclosure independently or by running an application in the android system in cooperation with other electronic terminal devices, and may also run an application in other operating systems, for example, an application in an iOS system, a Windows system, a hongmeng system, or the like, to implement the embodiment method of the present disclosure.
[ Table content processing method ]
First the noun explanation of part of the application scenario of the present disclosure is explained,
data line (record): for example, a row in a table may be referred to as a data row or record. In the table, the order of the data rows is marked with an array to describe the number of rows in the table for each data row. When one or more rows of data are selected, what is actually selected is a range in the array, which may be described as [ start, end ], for example.
Index column: for example, the key information of each record may be used to identify the attribute information of each record, which cannot be deleted. When a user copies contents in one table to another table in a copy-paste manner, it is required to ensure that index columns of the two tables are the same and cannot be pasted if the index columns are different.
Field information: for example, the title and attributes of columns of a table, e.g., the column in the table with the "most important degree".
Referring to FIG. 2, a flow diagram for one embodiment of a table content processing method according to the present disclosure is shown. The table content processing method comprises the following steps:
s21, selecting data row information in the first table;
in one or more embodiments, the first table is, for example, an original table in which the selected data row information is located, and may also be referred to as a master table, for example; the second table described later is, for example, a shared table, and may also be referred to as a sub table. The main table and the sub table may be two independent tables, or two sub tables in the same table.
Optionally, when the data row information in the first table is selected, the data row information may be selected in an interface of the first table, or may be selected in another interface on which the data row information of the first table is displayed.
Optionally, the selecting operation includes directly performing partition selection in the data row, or selecting identifiers corresponding to the data row, where each identifier corresponds to a complete row of data rows. For example, the manner of selecting the data line information in the first table may include, for example, checking one or more data lines on the main table for selection, that is, selecting a range [ start, end ] in the array in the main table.
After the data line information is selected, for example, a trigger operation such as a sharing operation may be performed by clicking a sharing related tool or menu, a display position of the sharing related tool or menu is not limited, the sharing related tool or menu may be located in a menu bar or other tool bars, preferably located at a position before one or more selected data lines, and automatically pops up when one or more selected data lines are selected, and a display content of the sharing related tool or menu may be, for example, "convert to a new form" or "share a new form", and the like, and is not limited.
S22, responding to the trigger operation of the data row information, generating a first document or a second table, wherein the first document comprises the second table, and the second table comprises the data row information;
in one or more embodiments, for example, the first document generated is itself the second table, but the second table may be included in the first document.
In one or more embodiments, the triggering operation includes at least setting a name of the first document or a name of the second table, or setting a transmission object. For example, when the sharing related tool or menu is clicked to perform the sharing operation, a pop-up window is used to set the title or name of the newly generated document or sub-table and select the target object to be shared for sharing.
In one or more embodiments, as shown in fig. 3, based on the content of the selected [ start, end ] range, sending a generation instruction of the content of the [ start, end ] range to the server to generate a new document or a secondary table for sharing, and returning attribute information of the secondary table after generating the new document or the secondary table, where field information of the new secondary table is consistent with the primary table.
S23, sending the first document or the second form to a target access user;
in one or more embodiments, the area further comprising data row information in the first table references data row information in the second table. In one or more embodiments, as shown in FIG. 3, for example, the contents of [ start, end ] in the main table are replaced, and a special reference data row, i.e., the corresponding data row of the second table, is inserted at the corresponding position to complete the data row referencing the second table in the first table.
Optionally, when the reference is made, the display line number of the data line information is shifted from the start position to make the data line information consistent with the content of the second table.
In one or more embodiments, referencing the data row information in the second table with the region of the data row information in the first table includes: highlighting the associated area of the data row information in the first table, for example, highlighting the data row area, or highlighting the edge of the data row area; or adding identification to the associated area of the data row information in the first table. For example, the unique identifier appears within or near the associated area.
In one or more embodiments, the name and/or link of the second table is displayed in response to a triggering operation on the associated region, or a triggering operation on the identification of the associated region. In one or more embodiments, for example, a link to the second table or a name of the second table may appear after clicking on the unique identifier, and a jump to the second table may occur after clicking on the appearing link to the second table or the name of the second table.
Optionally, after the first document or the second table is generated, highlighting the associated area of the corresponding data row information referred to in the second table, for example, highlighting the data row area, or highlighting an edge of the data row area; or adding an identifier in or near the associated area of the referenced data row information in the second table.
Optionally, in response to a trigger operation on the associated area in the second table or a trigger operation on the identification of the associated area, information of all the first tables referring to the data row information in the second table is displayed.
Alternatively, after clicking the displayed information of all the first tables which reference the data row information in the second table, jumping to the corresponding first table may be performed.
In one or more embodiments, in response to an editing operation on the data row information of the second table, the edited data row information is displayed in the data row information of the first table.
In one or more embodiments, the method further comprises determining the authority information of the access user to the first document or the second form; based on the authority information, determining the display content of the data row information in the first table for the access user, specifically, in response to the access user not having the authority information, hiding the data row information in the first table, and displaying the link information of the second table in the area where the data row information is located; and responding to the access user with the authority information, and displaying the data row information in the first table.
In one or more embodiments, for example, according to the setting of the first table, if the main table has a reading right for the sub table, the content of the data row information can be read on the main table, otherwise, the data row information cannot be read; if the main table has editing authority to the sub table according to the setting of the first table, the content of the data row information can be edited on the main table, when the data row information is edited in the main table, the edited content can be synchronized to the second table, namely the sub table, when the data row information is edited in the sub table, the edited content can be synchronized to the data row information on the main table, and the data row information can be read or edited.
In one or more embodiments, after the table content processing is completed, the table content processing method of the present disclosure further solves a field information conflict problem between the shared primary table and the secondary table, where in one or more embodiments, the field information at least includes a column title and/or a column attribute, for example.
In one or more embodiments, the primary table and the secondary table may generate a conflict due to inconsistency of the field information, as shown in fig. 4, the table content processing method of the present disclosure further includes:
when a user accesses the main form, acquiring field information of the main form and all the auxiliary forms, and returning the acquired form information;
aiming at the main table, all information is displayed according to the initialization data;
detecting whether the field information of the auxiliary table is consistent with the main table or not aiming at the auxiliary table; if the two fields are consistent, the two fields are displayed according to the logic of the main table, and if the two fields are not consistent, for example, a part of fields do not exist in the main table, the two fields are hidden and displayed in the auxiliary table; for inconsistent field information, it is shown as empty in both the primary and secondary tables.
If the field information existing in the auxiliary table is added in one of the main table and the auxiliary table, such as the main table, the field information is inserted into the main table and is filled with corresponding initialization content, each data line has the field information due to the addition of the field information to the main table, the field information is defaulted to be empty content, and the contents of the main table and the auxiliary table are synchronized after the filling is successful.
In one or more embodiments, after sharing the form, both the owner of the main form and the target object to be shared may be notified on the instant messaging software, for example, so that processing the form document is more timely and efficient.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the computer program is executed. The storage medium may be a non-volatile storage medium such as a magnetic disk, an optical disk, a Read Only Memory (ROM), or a Random Access Memory (RAM).
[ Table content processing apparatus ]
As shown in fig. 5, in order to implement the technical solution in the embodiment of the present disclosure, the present disclosure provides a table content processing apparatus, which may be specifically applied to various electronic terminal devices. The terms, and the like in the table content processing apparatus of the present disclosure are consistent with those in the table content processing method described above, and will not be described in detail.
The table content processing apparatus according to this embodiment includes: an information selecting module 501, a document generating module 502, a document sending module 503 and a reference synchronizing module 504.
An information selecting module 501, configured to select data row information in a first table;
in one or more embodiments, the first table is, for example, an original table in which the selected data row information is located, and may also be referred to as a master table, for example; the second table is, for example, a shared table, and may also be referred to as a sub-table.
In one or more embodiments, the manner in which the information selection module 501 determines the data row information in the first table may include, for example, checking one or more data rows on the main table to select, that is, selecting a [ start, end ] range in an array in the main table.
After the data line information is selected, the information selection module 501 is configured to click a sharing related tool or menu to perform a triggering operation such as a sharing operation, a display position of the sharing related tool or menu is not limited, and may be located in a menu bar or other tool bars, preferably located at a position before one or more selected data lines, and automatically pops up when one or more selected data lines are selected, and a display content of the sharing related tool or menu may be "converted into a new form" or "share a new form", for example, and is not limited.
A document generating module 502, configured to generate a first document or a second table in response to a triggering operation on the data row information, where the first document includes the second table, and the second table includes the data row information;
in one or more embodiments, for example, the first document generated is itself the second table, but the second table may be included in the first document.
In one or more embodiments, the system further includes a sharing setting module, configured to set a name of the first document or a name of the second table, or set a sending object; for example, the triggering operation includes at least setting a name of the first document or a name of the second table, or setting a transmission object. For example, when the sharing related tool or menu is clicked to perform the sharing operation, a pop-up window is used to set the title or name of the form and select the target object to be shared for sharing.
In one or more embodiments, as shown in fig. 3, the sharing setting module is configured to, for example, send a generation instruction of the content of the [ start, end ] range to the server to generate a new document or sub-table for sharing, and return attribute information of the sub-table after the new document or sub-table is generated, where field information of the new sub-table is consistent with the main table.
A document sending module 503, configured to send the first document or the second form to a target access user;
in one or more embodiments, the reference synchronization module 504 is further included to reference the data row information in the second table in the area of the data row information in the first table, and in one or more embodiments, as shown in fig. 3, for example, to delete the content of [ start, end ] in the main table from the main table, and insert a new special reference data row, i.e., a corresponding data row of the second table, at the start position to complete the reference, and when the reference is made, offset the display row number of the data row information from the start position to achieve the consistency of the data row information with the content of the second table.
The reference synchronization module 504 also displays the edited data row information in the data row information of the first table in response to an editing operation on the data row information of the second table.
In one or more embodiments, the system further comprises a permission control module, configured to determine permission information of the access user for the first document or the second table, and based on the permission information, determine display content of data row information in the first table for the access user;
in one or more embodiments, the permission control module is further configured to hide the data row information in the first table and display the link information of the second table in an area where the data row information is located, in response to not having the permission information; and responding to the access user with the authority information, and displaying the data row information in the first table.
In one or more embodiments, the authority control module may further, for example, according to the setting of the first table, if the main table has a reading authority for the sub table, the content of the data row information may be read on the main table, otherwise, the content cannot be read; if the main table has editing authority to the sub-table according to the setting of the first table, the content of the data line information can be edited on the main table, when the data line information is edited in the main table, the edited content can be synchronized to the second table, namely the sub-table, when the data line information is edited in the sub-table, the edited content can be synchronized to the data line information on the main table, and the data line information can be read or edited.
In one or more embodiments, the display module is further included for highlighting the associated area of the data row information in the first table, for example, a unique identifier appears on the associated area; the display module is also used for responding to the trigger operation of the associated area and displaying the name and/or the link of the second table; in one or more embodiments, for example, a link to the second table or a name of the second table may appear after clicking on the unique identifier, and a jump to the second table may occur after clicking on the appearing link to the second table or the name of the second table.
In one or more embodiments, after the form content processing is completed, the form content processing apparatus of the present disclosure further resolves a field information conflict problem between the shared primary form and the secondary form, where in one or more embodiments, the field information includes at least a column title and/or a column attribute, for example.
In one or more embodiments, the primary table and the secondary table may generate a conflict due to inconsistency of the field information, and the table content processing apparatus of the present disclosure further includes:
the field information acquisition module is used for acquiring the field information of the main form and all the auxiliary forms and returning the acquired form information; aiming at the main table, all information is displayed according to the initialization data;
the field information detection module is used for detecting whether the field information of the auxiliary table is consistent with the main table or not;
the field information display module is used for displaying according to the detection result of the field information detection module, if the field information is consistent with the detection result of the field information detection module, the field information is displayed according to the logic of the main table, and if the field information is inconsistent with the detection result of the field information detection module, for example, a part of fields do not exist in the main table, the field information is hidden and displayed in the auxiliary table; for inconsistent field information, it is shown as empty in both the primary and secondary tables.
And the field information adding module is used for inserting the field information into the main table and filling corresponding initialization content if the field information existing in the auxiliary table is added into one of the main table and the auxiliary table, such as the main table.
In one or more embodiments, the system further includes a notification module, after the table is shared, both the owner of the main table and the shared target object may receive notification on instant messaging software, for example, so that the processing of the table document is more timely and efficient.
It should be understood that although each block in the block diagrams of the figures may represent a module, a portion of which comprises one or more executable instructions for implementing the specified logical function(s), the blocks are not necessarily executed sequentially. Each module and functional unit in the device embodiments in the present disclosure may be integrated into one processing module, or each unit may exist alone physically, or two or more modules or functional units are integrated into one module. The integrated modules can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium. The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
[ Table content processing apparatus ]
In order to solve the technical problem, an embodiment of the present disclosure further provides an electronic device. Referring now to fig. 6, a schematic diagram of an electronic device (e.g., a terminal device or a server in fig. 1) 600 suitable for implementing embodiments of the present disclosure is shown. The terminal device in the embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle terminal (e.g., a car navigation terminal), and the like, and a fixed terminal such as a digital TV, a desktop computer, and the like. The electronic device shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 6, electronic device 600 may include a processing means (e.g., central processing unit, graphics processor, etc.) 601 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)602 or a program loaded from storage 606 into a Random Access Memory (RAM) 603. In the RAM603, various programs and data necessary for the operation of the electronic apparatus 600 are also stored. The processing device 601, the ROM602, and the RAM603 are connected to each other via a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
Generally, the following devices may be connected to the I/O interface 605: input devices 606 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; output devices 607 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 606 including, for example, magnetic tape, hard disk, etc.; and a communication device 609. The communication means 609 may allow the electronic device 600 to communicate with other devices wirelessly or by wire to exchange data. While fig. 6 illustrates an electronic device 600 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may be alternatively implemented or provided.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program carried on a non-transitory computer readable medium, the computer program containing program code for performing the method illustrated by the flow chart. In such embodiments, the computer program may be downloaded and installed from a network through the communication device 609, or installed from the storage device 606, or installed from the ROM 602. The computer program, when executed by the processing device 601, performs the above-described functions defined in the methods of the embodiments of the present disclosure.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network protocol, such as HTTP (hypertext transfer protocol), and may interconnect with any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring at least two internet protocol addresses; sending a node evaluation request comprising the at least two internet protocol addresses to node evaluation equipment, wherein the node evaluation equipment selects the internet protocol addresses from the at least two internet protocol addresses and returns the internet protocol addresses; receiving an internet protocol address returned by the node evaluation equipment; wherein the obtained internet protocol address indicates an edge node in the content distribution network.
Alternatively, the computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: receiving a node evaluation request comprising at least two internet protocol addresses; selecting an internet protocol address from the at least two internet protocol addresses; returning the selected internet protocol address; wherein the received internet protocol address indicates an edge node in the content distribution network.
Computer program code for carrying out operations for aspects of the present disclosure may be written in any combination of one or more programming languages, including but not limited to an object oriented programming language such as Java, Smalltalk, C + +, including conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of a unit does not in some cases constitute a limitation of the unit itself, for example, the first retrieving unit may also be described as a "unit for retrieving at least two internet protocol addresses".
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
According to one or more embodiments of the present disclosure, there is provided a table content processing method, including:
selecting data row information in a first table;
generating a first document or a second table in response to a trigger operation on the data row information, wherein the first document comprises the second table, and the second table comprises the data row information;
and sending the first document or the second form to a target access user.
According to one or more embodiments of the present disclosure, there is provided a table content processing method characterized in that,
the data row information in the second table is referenced by an area of the data row information in the first table.
According to one or more embodiments of the present disclosure, there is provided a table content processing method characterized in that,
and displaying the edited data row information in the data row information of the first table in response to an editing operation on the data row information of the second table.
According to one or more embodiments of the present disclosure, there is provided a table content processing method, wherein the referencing the data row information in the second table by the area of the data row information in the first table includes:
highlighting the associated area of the data row information in the first table.
According to one or more embodiments of the present disclosure, there is provided a table content processing method, further including:
and displaying the name and/or the link of the second table in response to the triggering operation of the associated area.
According to one or more embodiments of the present disclosure, there is provided a table content processing method characterized in that,
the triggering operation includes setting a name of the first document or a name of the second table, or setting a transmission object.
According to one or more embodiments of the present disclosure, there is provided a table content processing method characterized in that,
determining authority information of an access user to the first document or the second table;
and determining the display content of the data row information in the first table for the access user based on the authority information.
According to one or more embodiments of the present disclosure, there is provided a table content processing method characterized in that,
the determining, based on the permission information, the display content of the data row information in the first table for the accessing user comprises:
in response to the fact that the access user does not have the authority information, hiding the data row information in the first table, and displaying the link information of the second table in an area where the data row information is located;
and responding to the access user having the authority information, and displaying the data row information in the first table.
According to one or more embodiments of the present disclosure, there is provided a table content processing method characterized in that,
acquiring field information of the first table and the second table;
detecting whether the field information of the second table is consistent with the first table;
if not, hiding and displaying in the second table;
the field information includes at least a column title and/or a column attribute.
According to one or more embodiments of the present disclosure, there is provided a table content processing method characterized in that,
displaying as null in the first table and the second table for the field information that is inconsistent.
According to one or more embodiments of the present disclosure, there is provided a table content processing method characterized in that,
and if the field information existing in one of the first table and the second table is added to the other table, inserting the field information into the one table, and filling corresponding initialization content.
According to one or more embodiments of the present disclosure, there is provided a table content processing apparatus including:
the information selection module is used for selecting data row information in the first table;
the document generation module is used for responding to a trigger operation on the data row information and generating a first document or a second table, wherein the first document comprises the second table, and the second table comprises the data row information;
the document sending module is used for sending the first document or the second table to a target access user;
and the reference synchronization module is used for referencing the data row information in the second table in the area of the data row information in the first table, and displaying the edited data row information in the data row information of the first table in response to the editing operation of the data row information of the second table.
According to one or more embodiments of the present disclosure, there is provided a table content processing apparatus characterized in that,
the display module is used for highlighting the associated area of the data row information in the first table and responding to the triggering operation of the associated area to display the name and/or the link of the second table;
the sharing setting module is used for setting the name of the first document or the name of the second table or setting a sending object;
the authority control module is used for determining authority information of an access user on the first document or the second table, and determining display content of the data row information in the first table aiming at the access user based on the authority information;
the authority control module is also used for responding to the condition that the access user does not have the authority information, hiding the data row information in the first table, and displaying the link information of the second table in the area where the data row information is located; and responding to the access user having the authority information, and displaying the data row information in the first table.
According to one or more embodiments of the present disclosure, there is provided a table content processing apparatus characterized in that,
a field information acquisition module, configured to acquire field information of the first table and the second table;
a field information detection module for detecting whether the field information of the second table is consistent with the first table;
a field information display module, configured to hide and display in the second table if the field information is inconsistent;
for the field information that is inconsistent, displaying as empty in the first table and the second table;
a field information adding module, configured to insert the field information into one of the first table and the second table and fill corresponding initialization content if the field information existing in the other table is added to the one table;
the field information includes at least a column title and/or a column attribute.
According to one or more embodiments of the present disclosure, there is provided a computer device comprising a memory having stored therein a computer program and a processor implementing the method according to any one of the above when the computer program is executed by the processor.
According to one or more embodiments of the present disclosure, a computer-readable storage medium is provided, characterized in that a computer program is stored thereon, which, when being executed by a processor, implements the method according to any one of the above.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other embodiments in which any combination of the features described above or their equivalents does not depart from the spirit of the disclosure. For example, the above features and (but not limited to) the features disclosed in this disclosure having similar functions are replaced with each other to form the technical solution.
Further, while operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (16)

1. A method for processing table contents, comprising:
selecting data row information in a first table;
generating a first document or a second table in response to a triggering operation on the data row information, wherein the first document comprises the second table, and the second table comprises the data row information;
and sending the first document or the second table to a target access user.
2. The method of table content processing according to claim 1, wherein said method further comprises:
the data row information in the second table is referenced by an area of the data row information in the first table.
3. A table content processing method according to claim 1 or 2, characterized in that the method further comprises:
in response to an editing operation on the data row information of the second table, displaying the edited data row information in the data row information of the first table.
4. The table content processing method of claim 2, wherein the reference to the data row information in the second table by the area of the data row information in the first table comprises:
highlighting the associated area of the data row information in the first table.
5. The table content processing method of claim 4, wherein the method further comprises:
and displaying the name and/or the link of the second table in response to the triggering operation of the associated area.
6. The form content processing method of claim 1, further comprising,
the triggering operation includes setting a name of the first document or a name of the second table, or setting a transmission object.
7. The table content processing method of claim 1,
determining authority information of an access user to the first document or the second table;
and determining the display content of the data row information in the first table for the access user based on the authority information.
8. The table content processing method of claim 7, wherein the determining the display content of the data row information in the first table for the accessing user based on the authority information comprises:
in response to the fact that the access user does not have the authority information, hiding the data row information in the first table, and displaying the link information of the second table in an area where the data row information is located;
and responding to the access user having the authority information, and displaying the data row information in the first table.
9. The table content processing method of claim 1,
acquiring field information of the first table and the second table;
detecting whether the field information of the second table is consistent with the first table;
if not, hiding and displaying in the second table;
the field information includes at least a column title and/or a column attribute.
10. The form content processing method of claim 9, further comprising,
displaying as null in the first table and the second table for the field information that is inconsistent.
11. The table content processing method of claim 9,
and if the field information existing in one of the first table and the second table is added to the other table, inserting the field information into the one table, and filling corresponding initialization content.
12. A form content processing apparatus, comprising:
the information selection module is used for selecting data row information in the first table;
the document generation module is used for generating a first document or a second table in response to the triggering operation of the data row information, wherein the first document comprises the second table, and the second table comprises the data row information;
the document sending module is used for sending the first document or the second table to a target access user;
and the reference synchronization module is used for referencing the data row information in the second table in the area of the data row information in the first table, and displaying the edited data row information in the data row information of the first table in response to the editing operation of the data row information of the second table.
13. The table-content sharing table-content processing apparatus according to claim 12, further comprising,
the display module is used for highlighting the associated area of the data row information in the first table and responding to the triggering operation of the associated area to display the name and/or the link of the second table;
the sharing setting module is used for setting the name of the first document or the name of the second table or setting a sending object;
the authority control module is used for determining authority information of an access user on the first document or the second table, and determining display content of the data row information in the first table aiming at the access user based on the authority information;
the authority control module is also used for responding to the condition that the access user does not have the authority information, hiding the data row information in the first table and displaying the link information of the second table in the area where the data row information is located; and responding to the access user having the authority information, and displaying the data row information in the first table.
14. The table content processing apparatus of claim 12, further comprising,
a field information acquisition module, configured to acquire field information of the first table and the second table;
a field information detection module for detecting whether the field information of the second table is consistent with the first table;
a field information display module, configured to hide and display in the second table if the field information is inconsistent;
for the field information that is inconsistent, displaying as empty in the first table and the second table;
a field information adding module, configured to insert the field information into one of the first table and the second table and fill corresponding initialization content if the field information existing in the other table is added to the one table;
the field information includes at least a column title and/or a column attribute.
15. A computer device comprising a memory in which a computer program is stored and a processor which, when executing the computer program, carries out the method according to any one of claims 1-11.
16. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the method according to any one of claims 1-11.
CN202110227849.2A 2021-03-01 2021-03-01 Table content processing method, device, equipment and storage medium Pending CN114997124A (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN202110227849.2A CN114997124A (en) 2021-03-01 2021-03-01 Table content processing method, device, equipment and storage medium
JP2023552498A JP2024508012A (en) 2021-03-01 2022-03-01 Table content processing method, device, equipment, and storage medium
PCT/CN2022/078661 WO2022184063A1 (en) 2021-03-01 2022-03-01 Table content processing method and apparatus, and device and storage medium
US18/239,719 US20240012985A1 (en) 2021-03-01 2023-08-29 Table content processing method and apparatus, and device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110227849.2A CN114997124A (en) 2021-03-01 2021-03-01 Table content processing method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114997124A true CN114997124A (en) 2022-09-02

Family

ID=83018852

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110227849.2A Pending CN114997124A (en) 2021-03-01 2021-03-01 Table content processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114997124A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190138587A1 (en) * 2017-11-03 2019-05-09 Dropbox, Inc. Collaborative Spreadsheet Embedding and Management
US20190138588A1 (en) * 2017-11-03 2019-05-09 Dropbox, Inc. Embedded spreadsheet data implementation and synchronization
CN109829144A (en) * 2018-12-28 2019-05-31 陈德芹 A kind of across table reference method and device of online table
CN111368520A (en) * 2020-02-28 2020-07-03 中国平安人寿保险股份有限公司 Editing method and device for electronic forms

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190138587A1 (en) * 2017-11-03 2019-05-09 Dropbox, Inc. Collaborative Spreadsheet Embedding and Management
US20190138588A1 (en) * 2017-11-03 2019-05-09 Dropbox, Inc. Embedded spreadsheet data implementation and synchronization
CN109829144A (en) * 2018-12-28 2019-05-31 陈德芹 A kind of across table reference method and device of online table
CN111368520A (en) * 2020-02-28 2020-07-03 中国平安人寿保险股份有限公司 Editing method and device for electronic forms

Similar Documents

Publication Publication Date Title
CN110096660B (en) Method and device for loading page pictures and electronic equipment
EP3955153A1 (en) Method and apparatus for inserting information into online document
US11838255B2 (en) Mail processing method and apparatus, electronic device and storage medium
CN112073307B (en) Mail processing method, mail processing device, electronic equipment and computer readable medium
CN109862100B (en) Method and device for pushing information
US10289747B2 (en) Dynamic file concatenation
CN109491742B (en) Page table rendering method and device
CN111599022A (en) House display method and device and electronic equipment
EP4343583A1 (en) Text input method and apparatus, and electronic device and storage medium
US20240126417A1 (en) Method, form data processing method, apparatus, and electronic device for form generation
CN108334516A (en) Information-pushing method and device
US20240012985A1 (en) Table content processing method and apparatus, and device and storage medium
CN111694629A (en) Information display method and device and electronic equipment
CN110825481A (en) Method and device for displaying page information corresponding to page tag and electronic equipment
CN114997114A (en) Document updating method, device, equipment and medium
CN112148744A (en) Page display method and device, electronic equipment and computer readable medium
CN110134905B (en) Page update display method, device, equipment and storage medium
CN112131181A (en) Storage path display method and device and electronic equipment
JP7217181B2 (en) WEARABLE DEVICE, INFORMATION PROCESSING METHOD, APPARATUS AND SYSTEM
CN111813685A (en) Automatic testing method and device
CN112307393A (en) Information issuing method and device and electronic equipment
CN115081412A (en) Table content processing method, device, equipment and storage medium
CN112084441A (en) Information retrieval method and device and electronic equipment
CN112492399A (en) Information display method and device and electronic equipment
CN110568976B (en) Method, device, equipment and storage medium for controlling application display

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