TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
TAN WhoAMI
NA
291
0
Extract data and text from .csv file and save to a text file
Jul 12 2013 4:02 AM
I am trying to use this CsvHelper from https://github.com/JoshClose/CsvHelper/blob/master/src/CsvHelper.Example/Program.cs
to extract relevant information and save it to a text file.
if the Measured Value (F) is already in the exponential form
9.79E-11
in the Excel file, how are we able to extract out the value such that it is 97.92pF in the text file, without manipulating the Excel file contents?
how to manipulate to show the Frequency in Hz, kHz and MHz?
appreciate any useful comment and help.
see attached files.
Attachment:
code.zip
Reply
Answers (
14
)
how to bind data on grid from different scheme
windows form opening problem