Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JCO.table を作成し、myTable.writeXML (JCO メソッド) を使用して XML に変換しました。XML を JCO.table に再ロードし、XML から作成されたテーブルを操作しようとしています。
myNewTable.readXML (別の JCO メソッド) を使用しようとしましたが、前に新しいテーブルのインスタンスを作成する必要があり、空で作成され、XML がいっぱいになっていないと思われます。
助言がありますか?
ありがとう!!!:)
JCo 2.x を使用していますか? かなり単純な(できれば単純すぎない)解決策:
Table myNewTable=Table.readXML("theXML.xml");
それとも、すでに問題を解決できますか? あなたの疑いがどこから来たのか思い出していただけますか?