When writing XLSX files, there are dates columns but no column names. How can I add it?
Code: Select all
open copy IP_Index.xlsx
copy(dates,format=xlsx,org=columns) 2011:01 2024:12 IP_index IP_index_sa
Hardmann
Code: Select all
open copy IP_Index.xlsx
copy(dates,format=xlsx,org=columns) 2011:01 2024:12 IP_index IP_index_sa