We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-08-18 12:39 PM - last edited on 2022-09-30 04:18 PM by Oleksandra Vakariuk
Hi all,
I have an issue when saving a schedule to an XLS/XLSX file. In one column I have article numbers (e.g. "40.20.10."), but when opening the resulting spreadsheet in Excel (or Numbers) for that matter, the points (".") disappear (e.g. "402010"). As this happens in both Excel and Numbers, I assume it is happening in the translation Archicad makes of the schedule...
I couldn't find any setting to change this behavior though...
I am working on a Mac, but opening the spreadsheet in a Windows-environment does not make a difference...
Exporting to TXT and importing this result into Excel works fine but is a bit cumbersome...
Solved! Go to Solution.
2022-08-18 02:09 PM
Hi all,
I managed to solve this issue. The ID's that I mentioned earlier were actually Classification ID's (adding a Classification as a Field, and checking "ID only" in the options/settings - the "..." button to the right of this field in the Scheme Settings).
I used a Custom Property:
<SPLITLEFT ( Classfication; " "; 1)>
As the classfication has a formatting where the first space in the name is always after the ID (no matter the length) this always works. Data Type is set to "String", so it is 'written' as a string to the Excel (I suppose)...
2022-08-18 01:27 PM
Does it make a difference and show the ‘.’ again if you change the format of the column of cells to ‘Text’. It may be excel trying to be clever.
2022-08-18 01:36 PM
Hi Lee,
thanks for the quick reply. Unfortunately that does not make a difference. Was my first thought as well - also the reason I tested it in Numbers app as well. Even the (apple) preview shows the wrong formatting in the icon... Really strange...
2022-08-18 02:09 PM
Hi all,
I managed to solve this issue. The ID's that I mentioned earlier were actually Classification ID's (adding a Classification as a Field, and checking "ID only" in the options/settings - the "..." button to the right of this field in the Scheme Settings).
I used a Custom Property:
<SPLITLEFT ( Classfication; " "; 1)>
As the classfication has a formatting where the first space in the name is always after the ID (no matter the length) this always works. Data Type is set to "String", so it is 'written' as a string to the Excel (I suppose)...