Skip to content

engrron30/txt_to_excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The purpose of this Python script is to convert each character from a text file to each cell in an Excel file to properly monitor each string when executing file handling.

Input: A text file containing hex streams.

eg: demo.txt
abcdef
12345

Output: A CSV file converting each hex into a cell.

 A | B | C | D | E | F
 1 | 2 | 3 | 4 | 5 | 6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages