ChatExcel--Automatic Form Processing

1. Introduction

Forerunner – This article only introduces the basic usage and test cases of ChatExcel.

1. Project background

ChatExcel is a project independently developed by 3 graduate students of Peking University Shenzhen Graduate School/School of Information Engineering .

2. A little beyond ChatGPT?

After all, if I make a similar request to ChatGPT, it can only help me write the corresponding code, and I have to do it manually.

3. Features

(1) Realize complex Excel operations (Chat-to-Excel) in the form of dialogue , and say goodbye to memorizing functions and manually setting formulas.
(2) Support one-click export to a standard Excel table.
(3) No registration is required , it can be used on the webpage , and the number of times of use is not limited .

4.ChatExcel entry

->酷表ChatExcel

Cool Table ChatExcel

<-

5. Operating coefficient

Excel 熟练系数:** 深入系数:****

ChatExcel 熟练系数: 深入系数:*

2. Page Analysis

Go directly to the ChatExcel tool page, and analyze the basic events of the page as shown in the figure below.

3. Shallow entry test

1. Simulate table content

Since this project is the first version, there are still many bugs. Only by conforming to the corresponding input format can we better operate the Excel table, and the header needs to be topped. The content of the simulation table is shown in the first line of the figure below.

2. Upload files

Since it is a simulation test, it only needs to test some simple data, and the others are also basic operations. The effect picture after uploading the file is shown in the figure below.

3. Test descending

Sort total timing in descending order. The descending effect is shown in the figure below.

4. Condition screening

If the total input time is greater than 60, the corresponding number will be output. Conditional filtering effect diagram is as follows.

5. Download files

If the total number of input hours is greater than 60, the table with the corresponding number of entries will be downloaded to form the table you need, and you only need to rename the table name later. The file for the download form is shown in the image below.

4. Input case

Upload a file in .xlsx format at the top of the table, you only need to input more normal words, and it can be processed. The following input cases can be referred to appropriately.

1. Number of times monthly spending exceeded $100,000.
2. What is the total amount of unpaid fees.
3. Rank the students' grades in the table from high to low.
4. Add '*' after the names of the top 10 schools in Table 1 and Table 2. (Cross tables)
5. Mark those with a total score of 255 and above as A, those with a total score of 240-255 as A-, and those with a total score of 210-240 as B.
6. Find the person with the highest math score in the table.
7. Only keep the first 4 columns of the table.
8. Merge the two columns of province and address into one column and separate them with spaces.
9. Add a column of average scores to the table.
10. Find out the data whose surname is Wang and whose name is three characters.

5. In-depth testing

I know a blogger's article, which has a more in-depth test on ChatExcel.

->Chat-to-Excel AI 工具 ChatExcel

The first Chat-to-Excel AI tool ChatExcel is here! - Zhihu (zhihu.com)

<-

6. Background of AI tools

The article reproduced by the blogger provides an in-depth understanding of the background of ChatExcel.

->老罗落泪!北大团队搞出ChatExcel,说人话自动处理表格,免费且不限次使用

(89 messages) Lao Luo is in tears! The team of Peking University came up with ChatExcel, which can automatically process tables in human language, free and unlimited use

<-

Original, record every learning moment.
If there is any infringement, please contact me to delete it

Guess you like

Origin blog.csdn.net/qq_51601665/article/details/129443928