Зачем конвертировать 123 в WK1?
Converting .123 to .WK1 is a deliberate down-conversion done for legacy reasons - chiefly to feed industrial controllers, CNC machines, or old lab instruments that read Lotus Release 2 files and have never been updated to accept newer formats. It is also sometimes needed to pass data into older Lotus-era software still running in production environments. This is a niche use case; if you just want the data in a modern tool, export to XLSX or CSV instead.
Способы конвертации 123 в WK1
LibreOffice Calc - Save As WK1 FREE
Open the .123 file in LibreOffice Calc, move the data you need to Sheet 1, then use File > Save As and choose the Lotus 1-2-3 1.0 (.wk1) filter.
Gnumeric - Save As WK1 FREE
Open the .123 file in Gnumeric, select the sheet to keep, then Save As and pick the "Lotus 1-2-3 (WK1)" format.
Command line - LibreOffice CLI
Run libreoffice --headless --convert-to wk1 input.123 to batch-convert without opening the GUI.
Программы, которые конвертируют 123
Об этих форматах
A .123 file is a spreadsheet created by Lotus 1-2-3 (the 97 and Millennium Edition releases), a program discontinued by IBM in 2013-2014. Modern Microsoft Excel cannot open it because the…
Открыть детали .123 →Файл WK1 - это электронная таблица, созданная в Lotus 1-2-3 Release 2.x для DOS (1985). Современный Microsoft Excel не может открыть его - поддержка была удалена в Excel 2007. Используйте…
Открыть детали .WK1 →Качество и на что обратить внимание
.wk1is a single-sheet format - only the first (or active) sheet from a.123workbook is exported; all other sheets are silently dropped.- Charts, named ranges, and cross-sheet formulas are not preserved; only cell values and basic single-sheet formulas transfer.
- Modern Microsoft Excel (2007 and later) removed all Lotus format support and cannot open or save
.wk1files - use LibreOffice Calc or Gnumeric instead.
Часто задаваемые вопросы
Will all sheets in my .123 file be converted?
.wk1 supports only a single worksheet, so only one sheet carries over and the rest are lost.Does Microsoft Excel export WK1?
Why would anyone need a .wk1 file today?
Can I convert .wk1 back to .123?
.wk1 and save as .123, but for any modern workflow XLSX or ODS are more practical targets.