Laptev's algorithm already works and is ready for demonstration in some way. If we have time before the demo it would be nice to extend the demo use case with the ability to read and analyze columns of the newly opened spreadsheet, like it was in the .xlsm demo we had with PERI (description here) on the demo day:
- User has comnsense software installed on the PC.
- User opens a pre-made Excel file and shows how comnsense works on it.
Excel file setup
Excel file has three columns: "Account number", "Client name", "Phone number" and three example rows added into each of them.
- "Account number" column contains numbers of the same length.
- "Client name" column contains made up names and surnames.
- "Phone number" column contains phone number in some known format.
Get the file here.
Demonstrations
- User enters the account number in the fourth row with a "typo" - a character. As account numbers are numbers, the cell gets highlighted.
- User enters the name with no surname. The cell gets highlighted.
Laptev's algorithm already works and is ready for demonstration in some way. If we have time before the demo it would be nice to extend the demo use case with the ability to read and analyze columns of the newly opened spreadsheet, like it was in the
.xlsmdemo we had with PERI (description here) on the demo day:Excel file setup
Excel file has three columns: "Account number", "Client name", "Phone number" and three example rows added into each of them.
Get the file here.
Demonstrations