473,406 Members | 2,619 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Files interaction with softwares

Hello,
It is commonly seen that computational applications accept data in notepad or excel formats to do the process on. The question is how would they do that? Do they store the notepad data somewhere in the application memory or they interact with the notepad file all the time program is running? This is my first try developing a small application . Thank you.
Mar 23 '13 #1
1 1492
weaknessforcats
9,208 Expert Mod 8TB
Notepad data is just a text file. There are no formatting rules. Your progrsm just writes a text file and Notepad can read it. Conversely, anything in a Notepad file can be read in your program by opening the .txt file and callng fgets.

Excel is a different matter. Here cnverters are used. There is one that converts a .csv file to Excel .xlsx and another that converts .xlsx to .csv.

The .csv file is the one your program reads or writes. These are comma-separated-value files. Here each data item is separated from the next one by a comma. When the end of the file is reached (\n) then that is tne end of your Excel row. Each data tiem is put in a column.

.csv files are just .txt files with this special layout. You might read up on how they are used and I suspect there are code samples on the Internet to help you out.
Mar 23 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Apple | last post by:
Hi guys, I am working on my java cryptography assignment. I am looking for the popular or the best cryptography softwares either wrote in java or not to encrypt/decrypt files using DES/RSA...
0
by: BRUCE WILLIS via DotNetMonster.com | last post by:
Hello architectural, engineer and technical users! We can offer you new regi stered CAD/CAM/CAE softwares: Survey , GIS , Rock , Soil and Water, Industri al and Control Project, Mathematics ,...
0
by: Tintin92 | last post by:
Hello, I just started a new group about .NET Framework from MicroSoft and trading softwares. http://finance.groups.yahoo.com/group/NetTraders All about .NET Framework from MicroSoft and...
2
by: bpr | last post by:
hai everyone, My task is to list out softwares installed in client pc... My idea is to know command that fetch me the softwares installed in a particular pc..and then from a java application...
0
by: kain razial | last post by:
ANYOTHER NEEDS ALSO CONTACT ME.I WILL HELP YOU TO GET THAT TEKLA XSTEEL V 12 DOWNLOAD LINK. http://www.sendspace.com/file/zem32r
1
by: kaushikgscv | last post by:
Hi I want to create a batch file using C++ for installing the softwares in batch mode. eg: If i have a softeware -I start the start.exe--then it ask me path--the some package to...
0
by: eitherway | last post by:
Hi! How do we retrieve all the installed softwares in WMI? All means all the softwares being installed in the computer. I used win32_Product yet it only retrieves those microsoft softwares and it...
3
by: mp33487 | last post by:
I'm trying to upload/download files programmaticly to a records management system. I have it working fine on my dev machine using vb.net code-behind pages but when I place it on the server when it...
4
by: joydeepdg | last post by:
I want to know how can I execute external softwares from within my java code.Actually what my java code does is that it takes a voice input from user and converts it into a .wav file.Then it has to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.