can i read the contents of excel into CityEngine using python
Solved! Go to Solution.
You can read CSV. Jython doesn't have a native Excel reader and importing libraries apparently isn't supported. Maybe you can cook up something with Java / Apache Poi, but I never bothered to investigate.
You can read CSV. Jython doesn't have a native Excel reader and importing libraries apparently isn't supported. Maybe you can cook up something with Java / Apache Poi, but I never bothered to investigate.