WO2020134989A1 - Excel数据的导入方法、装置、计算机设备和存储介质 - Google Patents
Excel数据的导入方法、装置、计算机设备和存储介质 Download PDFInfo
- Publication number
- WO2020134989A1 WO2020134989A1 PCT/CN2019/123875 CN2019123875W WO2020134989A1 WO 2020134989 A1 WO2020134989 A1 WO 2020134989A1 CN 2019123875 W CN2019123875 W CN 2019123875W WO 2020134989 A1 WO2020134989 A1 WO 2020134989A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- imported
- excel file
- version
- excel
- business object
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 46
- 230000008676 import Effects 0.000 title claims abstract description 38
- 238000012545 processing Methods 0.000 claims abstract description 18
- 238000013507 mapping Methods 0.000 claims description 28
- 238000003672 processing method Methods 0.000 claims description 27
- 238000004458 analytical method Methods 0.000 claims description 19
- 238000004590 computer program Methods 0.000 claims description 19
- 238000012795 verification Methods 0.000 claims description 13
- 238000006243 chemical reaction Methods 0.000 claims description 7
- 238000010586 diagram Methods 0.000 description 7
- 238000011161 development Methods 0.000 description 3
- 230000008569 process Effects 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000001360 synchronised effect Effects 0.000 description 2
- 206010033799 Paralysis Diseases 0.000 description 1
- 238000001914 filtration Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000008439 repair process Effects 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
Definitions
- This application relates to the field of computer technology, and in particular to an Excel data import method, device, computer equipment, and storage medium.
- an embodiment of the present application provides a method for importing Excel data.
- the method includes:
- the method before importing the converted business object, the method further includes: obtaining configuration information of the Excel file to be imported; verifying the converted business object according to the configuration information; when the verification is passed, then Import the converted business object.
- it also includes: when the verification fails, it returns an alarm prompt.
- identifying the version of the Excel file to be imported includes: reading the Excel file to be imported; converting the Excel file to be imported into a stream object; determining the Excel file to be imported according to the starting byte recorded in the stream object Version, where the version of the Excel file to be imported includes the first version or the second version.
- determining the corresponding processing method according to the version of the Excel file to be imported includes: when it is determined that the version of the Excel file to be imported is the first version, the POI component is used to convert the Excel file to be imported into a corresponding business object ; When it is determined that the version of the Excel file to be imported is the second version, the mode based on event analysis is used to convert the Excel file to be imported into the corresponding business object.
- the POI component is used to convert the Excel file to be imported into the corresponding business object, including: the POI component is used to convert the Excel file to be imported that has been converted into a stream object into a workbook object; according to the preset mapping relationship, The workbook object is converted to the corresponding business object.
- the event-based analysis mode is used to convert the Excel file to be imported into corresponding business objects, including: using the event-based analysis mode to read each of the Excel files to be imported that have been converted into stream objects The content of the cell; according to the preset mapping relationship, the content of each cell is encapsulated into the corresponding business object.
- an embodiment of the present application also provides an apparatus for importing Excel data, including:
- Identification module used to identify the version of the Excel file to be imported
- the processing mode determination module is used to determine the corresponding processing mode according to the version of the Excel file to be imported;
- the conversion module is used to convert the Excel file to be imported into the corresponding business object according to the determined processing method
- Import module for importing converted business objects.
- an embodiment of the present application further provides a computer device, including a memory and a processor, where the memory stores a computer program, and when the processor executes the computer program, the steps of the method described above are implemented.
- an embodiment of the present application further provides a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the steps of the method described above are implemented.
- the above-mentioned Excel data import method, device, computer equipment and storage medium identify the corresponding processing method according to the version of the Excel file to be imported by identifying the version of the Excel file to be imported, so as to convert the Excel file to be imported into Corresponding business object to import the converted business object, so that when the offline data is transferred to the online, the offline Excel file is automatically imported into the online system, which improves the efficiency of data import and avoids manual entry Errors generated during data increase the accuracy of data import.
- FIG. 1 is a schematic flowchart of an Excel data import method in an embodiment
- FIG. 2 is a schematic flowchart of a step of identifying a version of an Excel file to be imported in an embodiment
- FIG. 3 is a schematic flowchart of steps for processing an Excel file to be imported according to an embodiment
- FIG. 4 is an example diagram of a business object in an embodiment
- FIG. 5 is an example diagram of an Excel file to be imported in an embodiment
- FIG. 6 is a diagram of an example of mapping business objects in an embodiment
- FIG. 7 is a schematic flowchart of steps for processing an Excel file according to a version to be imported in another embodiment
- FIG. 9 is a structural block diagram of an apparatus for importing Excel data in an embodiment
- FIG. 10 is an internal structure diagram of a computer device in an embodiment.
- An embodiment of the present application provides a method for importing Excel data. As shown in FIG. 1, the method may include the following steps:
- Step 102 Identify the version of the Excel file to be imported.
- Step 104 Determine the corresponding processing method according to the version of the Excel file to be imported.
- Step 106 Convert the Excel file to be imported into a corresponding business object according to the determined processing method.
- the imported Excel file can be processed according to the corresponding processing method
- the Excel file to be imported is converted into a corresponding business object that the system can directly operate.
- the business object is a form that has a certain mapping relationship with the Excel file to be imported and has a specific format and content, and the system can directly operate the form.
- Step 108 Import the converted business object.
- the converted business objects can be imported into the required system, so as to realize automatic import of Excel data.
- the above-mentioned Excel data import method recognizes the version of the Excel file to be imported and determines the corresponding processing method according to the version of the Excel file to be imported, thereby converting the Excel file to be imported into the corresponding business object according to the determined processing method to convert the
- the offline Excel files are automatically imported into the online system when the offline data is transferred to the online system, which improves the efficiency of data import, and avoids the errors generated when manually entering data.
- the accuracy of data import is possible to be imported.
- identifying the version of the Excel file to be imported may specifically include the following steps:
- Step 202 read the Excel file to be imported.
- Step 204 Convert the Excel file to be imported into a stream object.
- Step 206 Determine the version of the Excel file to be imported according to the starting byte recorded in the stream object.
- the import of Excel data in this embodiment is also completed by the computer. Therefore, when the computer reads the Excel file to be imported, the Excel file to be imported is converted into a stream object, where the stream object may be a java object. Also, when the Excel file is stored in the computer, the content of the first few bytes (ie, the magic number) is fixed, and the file type can usually be determined by the content of the first few bytes. Therefore, the computer according to the stream The starting byte recorded in the object and parsed to determine the version of the Excel file to be imported.
- the version of the Excel file to be imported includes the first version or the second version.
- the first version may specifically be a version before Office2007 (excluding Office2007), which may be referred to as a low version
- the second version may specifically be a version starting from Office2007 (including Office2007), which may be referred to as a high version.
- the computer determines whether the corresponding Excel file type belongs to "xls" or "xlsx” through the start byte recorded in the stream object, so as to determine the version of the Excel file to be imported according to the corresponding relationship between the file type and the version.
- the version of the Excel file to be imported is taken as the first version for example, such as As shown in Figure 3, the following steps can be included:
- Step 302 when it is determined that the version of the Excel file to be imported is the first version, the POI component is used to convert the Excel file to be imported that has been converted into a stream object into a workbook object.
- the POI component refers to an API (Application Programming Interface) that provides Java programs with functions for reading and writing Microsoft Office format files.
- Workbook is a high-level representation of a workbook, which is the superior object of a sheet.
- an excel file can be considered as a workbook, and a workbook can contain multiple worksheets (ie sheets).
- the POI component can be used to read the converted to stream
- the object's Excel file to be imported is converted into a workbook object that can be manipulated by software (such as a Java program).
- Step 304 Convert the workbook object to the corresponding business object according to the preset mapping relationship.
- the mapping relationship between the Excel file to be imported and the business object can be established in advance according to the user's demand for the business object and the pre-analysis of the Excel file to be imported in the early stage. Specifically, the mapping relationship between each row or column of the corresponding sheet in the Excel file to be imported and the attribute values recorded in the business object may be defined in advance.
- the first column of records in the Excel file to be imported can be created in advance
- the mapping relationship between the "serial number" and the "order number” in the business object, the mapping relationship between the "customer name” recorded in the second column of the Excel file and the "purchase unit” in the business object, and the third in the Excel file The mapping relationship between the "product name” in the column record and the "purchase name” in the business object..., the mapping relationship between the "total price” recorded in the last column in the Excel file and the "sale amount” in the business object.
- Step 702 When it is determined that the version of the Excel file to be imported is the second version, the content of each cell in the Excel file to be imported that has been converted into a stream object is read in a mode based on event resolution.
- step 704 the content of each cell is packaged as a corresponding business object according to a preset mapping relationship.
- the version of the Excel file to be imported is determined to be the second version (that is, the high version) through the above steps, since the high-level Excel file is stored in text form, if the POI component is used for conversion at this time, it will occupy The large amount of memory in the computer even causes the risk of computer paralysis. Therefore, in this embodiment, for the high-level Excel file, the Excel file to be imported that has been converted into a stream object is read in the mode based on event analysis, that is, the content of each cell in the Excel file to be imported is read one by one, Furthermore, according to the preset mapping relationship, the content of each cell is encapsulated into a corresponding business object.
- various data types recorded in the Excel file to be imported can be processed, such as text data, numeric data, date data, formula data, or picture data, etc., and supports Import of multiple worksheets. Therefore, the method of this embodiment has a wide application range, can meet the basic needs of customers, and has a high degree of intelligence.
- the method may further include the following steps:
- Step 802 Obtain configuration information of an Excel file to be imported.
- step 804 the converted business object is verified according to the configuration information. If the verification is passed, step 806 is executed, otherwise step 808 is executed.
- Step 806 Import the converted business object.
- Step 808 return to the alarm prompt.
- the configuration information of the Excel file to be imported may specifically be the configuration information set when establishing the mapping relationship between the Excel file to be imported and the business object, such as specific requirements for the attribute values in the mapped business object, for example, The regulation of the data format after mapping, the regulation of the data range, etc.
- the mapping relationship is stipulated that the method of "Chinese capitalization” should be used to map it to the business object, the corresponding form of the "unit price of goods" after the mapping should be: "One hundred two pick three rounds”.
- the converted business object can also be checked according to the preset configuration information, only when the converted business object conforms to the Import the converted business objects only when relevant requirements are met. Otherwise, the import operation is not performed and the alarm prompt is returned.
- specific prompt information can be displayed in the alarm prompt, for example, which attribute value in the business object does not meet the requirements, so that the relevant operator can find the problem in time and repair it, thereby ensuring the data in the imported business object accuracy.
- steps in the flowcharts of FIGS. 1-8 are displayed in order according to the arrows, these steps are not necessarily executed in the order indicated by the arrows. Unless clearly stated in this article, the execution of these steps is not strictly limited in order, and these steps may be executed in other orders. Moreover, at least some of the steps in FIGS. 1-8 may include multiple sub-steps or multiple stages. These sub-steps or stages are not necessarily executed at the same time, but may be executed at different times. These sub-steps or stages The execution order of is not necessarily sequential, but may be executed in turn or alternately with at least a part of other steps or sub-steps or stages of other steps.
- an Excel data import device including: an identification module 901, a processing mode determination module 902, a conversion module 903, and an import module 904, where:
- the identification module 901 is used to identify the version of the Excel file to be imported
- the processing mode determination module 902 is used to determine the corresponding processing mode according to the version of the Excel file to be imported;
- the conversion module 903 is used to convert the Excel file to be imported into the corresponding business object according to the determined processing method
- the import module 904 is used to import the converted business object.
- it also includes a verification module: used to obtain configuration information of the Excel file to be imported; verifying the converted business object according to the configuration information; when the verification is passed, importing the converted business object.
- a verification module used to obtain configuration information of the Excel file to be imported; verifying the converted business object according to the configuration information; when the verification is passed, importing the converted business object.
- the verification module is also used to return an alarm prompt when the verification fails.
- identifying the version of the Excel file to be imported includes: reading the Excel file to be imported; converting the Excel file to be imported into a stream object; determining the version of the Excel file to be imported according to the starting byte recorded in the stream object , Where the version of the Excel file to be imported includes the first version or the second version.
- determining the corresponding processing method according to the version of the Excel file to be imported includes: when it is determined that the version of the Excel file to be imported is the first version, the POI component is used to convert the Excel file to be imported into a corresponding business object; When it is determined that the version of the Excel file to be imported is the second version, the mode based on event analysis is used to convert the Excel file to be imported into the corresponding business object.
- using the POI component to convert the Excel file to be imported into a corresponding business object includes: using the POI component to convert the Excel file to be imported that has been converted into a stream object into a workbook object; converting the workbook according to a preset mapping relationship The object is converted to the corresponding business object.
- the event-based analysis mode is used to convert the Excel file to be imported into corresponding business objects, including: using the event-based analysis mode to read each unit in the Excel file to be imported that has been converted into a stream object The content of the cell; encapsulate the content of each cell into the corresponding business object according to the preset mapping relationship.
- Each module in the above-mentioned Excel data importing device may be implemented in whole or in part by software, hardware, and a combination thereof.
- the above modules may be embedded in the hardware form or independent of the processor in the computer device, or may be stored in the memory in the computer device in the form of software so that the processor can call and execute the operations corresponding to the above modules.
- a computer device is provided.
- the computer device may be a terminal, and an internal structure diagram thereof may be as shown in FIG.
- the computer equipment includes a processor, a memory, a network interface, a display screen, and an input device connected through a system bus.
- the processor of the computer device is used to provide computing and control capabilities.
- the memory of the computer device includes a non-volatile storage medium and an internal memory.
- the non-volatile storage medium stores an operating system and computer programs.
- the internal memory provides an environment for the operating system and computer programs in the non-volatile storage medium.
- the network interface of the computer device is used to communicate with external terminals through a network connection. When the computer program is executed by the processor, an Excel data import method is realized.
- the display screen of the computer device may be a liquid crystal display screen or an electronic ink display screen
- the input device of the computer device may be a touch layer covered on the display screen, or may be a button, a trackball, or a touchpad provided on the computer device housing , Can also be an external keyboard, touchpad or mouse.
- FIG. 10 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the computer device to which the solution of the present application is applied.
- the specific computer device may It includes more or less components than shown in the figure, or some components are combined, or have different component arrangements.
- a computer device including a memory and a processor, and a computer program is stored in the memory, and the processor implements the computer program to implement the following steps when executing the computer program:
- the method before importing the converted business object, the method further includes: obtaining configuration information of the Excel file to be imported; verifying the converted business object according to the configuration information; when the verification is passed, then The converted business objects are imported.
- the method further includes: when the verification fails, returning an alarm prompt.
- identifying the version of the Excel file to be imported includes: reading the Excel file to be imported; converting the Excel file to be imported into a stream object; determining the version of the Excel file to be imported according to the starting byte recorded in the stream object Where the version of the Excel file to be imported includes the first version or the second version.
- determining the corresponding processing method according to the version of the Excel file to be imported includes: when it is determined that the version of the Excel file to be imported is the first version, the POI component is used to convert the Excel file to be imported into a corresponding business object; When it is determined that the version of the Excel file to be imported is the second version, the mode based on event analysis is used to convert the Excel file to be imported into the corresponding business object.
- using the POI component to convert the Excel file to be imported into a corresponding business object includes: using the POI component to convert the Excel file to be imported that has been converted into a stream object into a workbook object; converting the workbook according to a preset mapping relationship The object is converted to the corresponding business object.
- the event-based analysis mode is used to convert the Excel file to be imported into corresponding business objects, including: using the event-based analysis mode to read each unit in the Excel file to be imported that has been converted into a stream object The content of the cell; encapsulate the content of each cell into the corresponding business object according to the preset mapping relationship.
- a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the following steps are implemented:
- the method before importing the converted business object, the method further includes: obtaining configuration information of the Excel file to be imported; verifying the converted business object according to the configuration information; when the verification is passed, then The converted business objects are imported.
- the method further includes: when the verification fails, returning an alarm prompt.
- identifying the version of the Excel file to be imported includes: reading the Excel file to be imported; converting the Excel file to be imported into a stream object; determining the version of the Excel file to be imported according to the starting byte recorded in the stream object , Where the version of the Excel file to be imported includes the first version or the second version.
- determining the corresponding processing method according to the version of the Excel file to be imported includes: when it is determined that the version of the Excel file to be imported is the first version, the POI component is used to convert the Excel file to be imported into a corresponding business object; When it is determined that the version of the Excel file to be imported is the second version, the mode based on event analysis is used to convert the Excel file to be imported into the corresponding business object.
- using the POI component to convert the Excel file to be imported into a corresponding business object includes: using the POI component to convert the Excel file to be imported that has been converted into a stream object into a workbook object; converting the workbook according to a preset mapping relationship The object is converted to the corresponding business object.
- the event-based analysis mode is used to convert the Excel file to be imported into corresponding business objects, including: using the event-based analysis mode to read each unit in the Excel file to be imported that has been converted into a stream object The content of the cell; encapsulate the content of each cell into the corresponding business object according to the preset mapping relationship.
- Non-volatile memory may include read-only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
- Volatile memory can include random access memory (RAM) or external cache memory.
- RAM is available in many forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous chain (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.
- SRAM static RAM
- DRAM dynamic RAM
- SDRAM synchronous DRAM
- DDRSDRAM double data rate SDRAM
- ESDRAM enhanced SDRAM
- SLDRAM synchronous chain (Synchlink) DRAM
- SLDRAM synchronous chain (Synchlink) DRAM
- Rambus direct RAM
- DRAM direct memory bus dynamic RAM
- RDRAM memory bus dynamic RAM
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (10)
- 一种Excel数据的导入方法,其特征在于,所述方法包括:识别待导入Excel文件的版本;根据所述待导入Excel文件的版本确定对应的处理方式;根据确定的处理方式将所述待导入Excel文件转换为对应的业务对象;将转换后的业务对象导入。
- 根据权利要求1所述的Excel数据的导入方法,其特征在于,所述将转换后的业务对象导入之前,所述方法还包括:获取所述待导入Excel文件的配置信息;根据所述配置信息对转换后的业务对象进行校验;当校验通过,则将转换后的业务对象导入。
- 根据权利要求2所述的Excel数据的导入方法,其特征在于,所述方法还包括:当校验不通过,则返回报警提示。
- 根据权利要求1至3任一项所述的Excel数据的导入方法,其特征在于,所述识别待导入Excel文件的版本,包括:读取所述待导入Excel文件;将所述待导入Excel文件转换为流对象;根据所述流对象中记录的起始字节确定所述待导入Excel文件的版本,所述待导入Excel文件的版本包括第一版本或第二版本。
- 根据权利要求4所述的Excel数据的导入方法,其特征在于,所述根据所述待导入Excel文件的版本确定对应的处理方式,包括:当确定所述待导入Excel文件的版本为第一版本,则采用POI组件将所述待导入Excel文件转换为对应的业务对象;当确定所述待导入Excel文件的版本为第二版本,则采用基于事件解析的模式将所述待导入Excel文件转换为对应的业务对象。
- 根据权利要求5所述的Excel数据的导入方法,其特征在于,所述采用POI组件将所述待导入Excel文件转换为对应的业务对象,包括:采用POI组件将已转换为流对象的待导入Excel文件转换为workbook对象;根据预设的映射关系将所述workbook对象转换为对应的业务对象。
- 根据权利要求5所述的Excel数据的导入方法,其特征在于,所述采用基于事件解析的模式将所述待导入Excel文件转换为对应的业务对象,包括:采用基于事件解析的模式读取已转换为流对象的待导入Excel文件中每个单元格的内容;根据预设的映射关系将每个单元格的内容封装为对应的业务对象。
- 一种Excel数据的导入装置,其特征在于,所述装置包括:识别模块,用于识别待导入Excel文件的版本;处理方式确定模块,用于根据所述待导入Excel文件的版本确定对应的处理方式;转换模块,用于根据确定的处理方式将所述待导入Excel文件转换为对应的业务对象;导入模块,用于将转换后的业务对象导入。
- 一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,其特征在于,所述处理器执行所述计算机程序时实现权利要求1至7中任一项所述方法的步骤。
- 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现权利要求1至7中任一项所述方法的步骤。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811621421.0 | 2018-12-28 | ||
CN201811621421.0A CN109783558A (zh) | 2018-12-28 | 2018-12-28 | Excel数据的导入方法、装置、计算机设备和存储介质 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2020134989A1 true WO2020134989A1 (zh) | 2020-07-02 |
Family
ID=66498698
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2019/123875 WO2020134989A1 (zh) | 2018-12-28 | 2019-12-09 | Excel数据的导入方法、装置、计算机设备和存储介质 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN109783558A (zh) |
WO (1) | WO2020134989A1 (zh) |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109783558A (zh) * | 2018-12-28 | 2019-05-21 | 益萃网络科技(中国)有限公司 | Excel数据的导入方法、装置、计算机设备和存储介质 |
CN111240688B (zh) * | 2020-01-10 | 2023-08-18 | 深圳前海环融联易信息科技服务有限公司 | excel文件的解析方法、装置、计算机设备及存储介质 |
CN111460017A (zh) * | 2020-03-20 | 2020-07-28 | 平安国际智慧城市科技股份有限公司 | 文档数据导入方法、文档数据导出方法、装置和存储介质 |
CN113448960A (zh) * | 2020-03-27 | 2021-09-28 | 北京沃东天骏信息技术有限公司 | 一种导入表格文件的方法和装置 |
CN111898351B (zh) * | 2020-08-03 | 2021-06-22 | 汇链通供应链科技(上海)有限公司 | 基于Aviator的Excel数据自动导入方法、装置、终端设备及存储介质 |
CN112256778A (zh) * | 2020-10-20 | 2021-01-22 | 大唐融合通信股份有限公司 | 一种数据导入方法、装置及设备 |
CN112801319A (zh) * | 2021-02-01 | 2021-05-14 | 神州数码融信云技术服务有限公司 | 一种运维工作流程推进方法 |
CN116757170B (zh) * | 2023-08-21 | 2023-10-20 | 成都数联云算科技有限公司 | 一种基于JAVA语言的Excel表格导入方法和系统 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050251812A1 (en) * | 2004-04-27 | 2005-11-10 | Convertabase, Inc. | Data conversion system, method, and apparatus |
CN106933835A (zh) * | 2015-12-29 | 2017-07-07 | 航天信息软件技术有限公司 | 一种兼容性解析Excel文件的数据导入方法及系统 |
CN108763185A (zh) * | 2018-05-31 | 2018-11-06 | 苏州市计量测试院 | Excel文件的校验方法及系统 |
CN109783558A (zh) * | 2018-12-28 | 2019-05-21 | 益萃网络科技(中国)有限公司 | Excel数据的导入方法、装置、计算机设备和存储介质 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120303642A1 (en) * | 2011-05-23 | 2012-11-29 | Gbs Corp. | Automated file-conversion system and process for a media-generation system |
CN107368593B (zh) * | 2017-07-25 | 2020-09-01 | 万帮充电设备有限公司 | 数据导入方法、装置及服务器 |
CN108763275B (zh) * | 2018-04-09 | 2025-01-17 | 中国电力科学研究院有限公司 | 一种将Excel数据源转存到大数据平台的方法及系统 |
-
2018
- 2018-12-28 CN CN201811621421.0A patent/CN109783558A/zh active Pending
-
2019
- 2019-12-09 WO PCT/CN2019/123875 patent/WO2020134989A1/zh active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050251812A1 (en) * | 2004-04-27 | 2005-11-10 | Convertabase, Inc. | Data conversion system, method, and apparatus |
CN106933835A (zh) * | 2015-12-29 | 2017-07-07 | 航天信息软件技术有限公司 | 一种兼容性解析Excel文件的数据导入方法及系统 |
CN108763185A (zh) * | 2018-05-31 | 2018-11-06 | 苏州市计量测试院 | Excel文件的校验方法及系统 |
CN109783558A (zh) * | 2018-12-28 | 2019-05-21 | 益萃网络科技(中国)有限公司 | Excel数据的导入方法、装置、计算机设备和存储介质 |
Also Published As
Publication number | Publication date |
---|---|
CN109783558A (zh) | 2019-05-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2020134989A1 (zh) | Excel数据的导入方法、装置、计算机设备和存储介质 | |
CN107704479B (zh) | 文件生成方法和装置 | |
CN109254969A (zh) | 数据表处理方法、装置、设备及存储介质 | |
CN111027295B (zh) | 数据处理方法、装置、计算机设备和存储介质 | |
CN111177113B (zh) | 数据迁移方法、装置、计算机设备和存储介质 | |
US11914574B2 (en) | Generation of inconsistent testing data | |
CN110362630B (zh) | 数据管理方法、装置、设备与计算机可读存储介质 | |
CN111708971A (zh) | 页面配置方法、装置、计算机设备和存储介质 | |
CN111399857A (zh) | 一种fru数据烧录方法、系统、设备及计算机存储介质 | |
WO2022068316A1 (zh) | 数据对账方法、装置、设备及存储介质 | |
CN116166629A (zh) | 一种文件格式转换方法、装置、设备及可读存储介质 | |
CN112559541A (zh) | 一种单证的审核方法、装置、设备及存储介质 | |
CN114254022B (zh) | 基于rpa及ai的流程任务处理方法、装置、系统及服务器 | |
EP4392890A1 (en) | Using a custom printer driver to automatically electronically create, capture and manage all documents utilized in a transaction | |
CN111125008A (zh) | 一种异常inode的动态修复方法、系统及相关组件 | |
CN114691602A (zh) | 数据导入方法、装置、计算机设备和存储介质 | |
CN117874002A (zh) | 一种用于异构数据迁移的方法及系统 | |
KR20240117827A (ko) | 문서 자동화 처리 방법 및 이를 구현하는 장치 | |
CN115409014A (zh) | 单据模板生成方法、装置、计算机设备和存储介质 | |
CN113779947A (zh) | 自动生成会计凭证的方法、装置、设备及存储介质 | |
CN113888337A (zh) | 基于大数据的资金结算方法、装置、设备及存储介质 | |
CN106528718A (zh) | 用于处理来自第三方的数据的方法及装置 | |
CN110599271A (zh) | 票据检测方法、装置、计算机设备和存储介质 | |
CN112597058B (zh) | 一种基于卷创建的网页测试方法、装置、设备及存储介质 | |
CN104866481A (zh) | 产品监督抽样打单软件系统 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19903073 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19903073 Country of ref document: EP Kind code of ref document: A1 |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19903073 Country of ref document: EP Kind code of ref document: A1 |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 02/02/2022) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19903073 Country of ref document: EP Kind code of ref document: A1 |