Login Page - Create Account

Support Board


Date/Time: Sun, 02 Nov 2025 17:06:44 +0000



Post From: ACSIL help with reading a spreadsheet

[2025-09-26 01:57:54]
ForgivingComputers.com - Posts: 1150
Mike,

The XLSM file format is a Macro-enabled XLSX file, which is in Open XML format. You could read the text files and parse it to import the lines, but that is not as easy as reading a flat CSV file.

Brad