Linux command
l123 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch
l123
Open an existing workbook
l123 [path/to/financials.xlsx]
Display current settings
l123 config
Create a sample configuration file
l123 config --init
Open the slash menu
/
说明
l123 is a terminal spreadsheet that recreates the keyboard-driven workflow of Lotus 1-2-3 Release 3.4a (1993) on top of a modern formula engine and native .xlsx round-trip support. It targets users who want the speed and clarity of the slash menu, three-line control panel, and mode-driven editing of classic 1-2-3. The application supports 3D workbooks with multiple sheets, named ranges, and a formula syntax that mirrors 1-2-3 (for example @SUM(A1..A5)). Files can be read and written as .xlsx, with CSV import/export and planned read-only .wk3 import. Charts include line, bar, XY, stack, pie, HLCO, and mixed types. Output can be printed to ASCII, PDF, or line-printer formats. Find and replace operates across both formulas and labels.
参数
- config
- Display the active configuration. With --init, write a sample configuration file to disk.
- --init
- Used with config to create a starter configuration file.
FAQ
What is the l123 command used for?
l123 is a terminal spreadsheet that recreates the keyboard-driven workflow of Lotus 1-2-3 Release 3.4a (1993) on top of a modern formula engine and native .xlsx round-trip support. It targets users who want the speed and clarity of the slash menu, three-line control panel, and mode-driven editing of classic 1-2-3. The application supports 3D workbooks with multiple sheets, named ranges, and a formula syntax that mirrors 1-2-3 (for example @SUM(A1..A5)). Files can be read and written as .xlsx, with CSV import/export and planned read-only .wk3 import. Charts include line, bar, XY, stack, pie, HLCO, and mixed types. Output can be printed to ASCII, PDF, or line-printer formats. Find and replace operates across both formulas and labels.
How do I run a basic l123 example?
Run `l123` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does config do in l123?
Display the active configuration. With --init, write a sample configuration file to disk.