pl. help me in how to export and import MsExcel in java
alpakr 0 Newbie Poster
Recommended Answers
Jump to Postuse a csv extenion on any text file
for example, a file named output.csv
with the following data:a,b,c 1,2,3 x,y,x
would produce the following in excel,
cell a1: a
cell b1: b
cell c1: c
cell a2: 1
cell b2: 2
cell c3: 3
cell a3: …
All 3 Replies
paradox814 1 Posting Whiz
alpakr 0 Newbie Poster
masijade 1,351 Industrious Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.