x_x icon indicating copy to clipboard operation
x_x copied to clipboard

View Excel and CSV files from the command-line.

Results 4 x_x issues
Sort by recently updated
recently updated
newest added

Right now, all of x_x's output goes to the normal terminal screen, which means that anything that existed in the terminal history before the user ran x_x is completely gone....

_Note:_ This is just a question, and implementing it would require a complete rewrite of the `draw` functionality. So, if you're not interested, I understand. Since so many Excel files...

If the excels contain Unicode... First, the words cannot aligned correctly. ``` shell $ x_x Test.xlsx +------+------+ | A | B | +------+------+ | test | test | | 测试...

By default, the utility shows the 0th page. Would be much more flexible with a --sheetindex option to show an arbitrary page. The question remains whether to tell the user...