Loading waves with decimal points in their names

Hi every time i load an excel sheet of data with wavenames(Row1) like Wavename_0.567, the uploaded table changes it to Wavename_0_567.

How do i ensure the decimal point is loaded in the wavenames?
You can use the XLLoadWave /NAME flag if you know the names in advance.

If not, you would have to read them from the file by loading one row, and load the data using another XLLoadWave call, using /NAME with the names read by the first call.

Note that 'Wavename_0.567' is a "liberal name" which complicates life. For details, execute:
DisplayHelpTopic "Liberal Object Names"