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.
tableView内のデータを印刷し、「.csv」ファイル拡張子でtableView内のデータをエクスポートし、最後にcsvファイルをインポートしてtableView内に表示する方法はありますか? みんな助けてください。ありがとう。
これが機能しない場合は、セミコロンを使用して情報を区切ります。
String text = person.getFirstName() + ";" + person.getLastName() + ";" + person.getEmail() + "\n";