An open API service indexing awesome lists of open source software.

https://github.com/qedsoftware/find_nonascii_xls

Quickly find non-ASCII characters in Excel spreadsheets.
https://github.com/qedsoftware/find_nonascii_xls

Last synced: 9 months ago
JSON representation

Quickly find non-ASCII characters in Excel spreadsheets.

Awesome Lists containing this project

README

          

Simple script to find exact locations of non-ASCII characters in Excel spreadsheets, including cell coordinates and character positions in strings.
Just a few lines.

Example usage:

$ python find_nonascii_xls.py form.xlsx
Finding non-ASCII cells and characters ...


not(selected(., 'None/Don’ttransport') and count-selected(.) >=2)
character: ’
index pos: 25


Agrovet–Agri Outputs
character: –
index pos: 7


None/Don’ttransport
character: ’
index pos: 8


None/Don’t transport
character: ’
index pos: 8

QED | https://qed.ai