Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
php-excel
- Page 1
php-excel write new line
Programming
Web Development
14 Years Ago
by kanio
Hello, i'm exporting mysql data to
excel
with
php
-
excel
library ([url]http://code.google.com/p/
php
-
excel
/[/url]). I don't know how… to print new line in
excel
... i try "\n…
Re: php-excel write new line
Programming
Web Development
14 Years Ago
by Wraithmanilian
… sheet one at a time. Hence, from your code: [CODE=
php
] $xls = new Excel_XML('UTF-8', false, 'My Test Sheet'); $xls…('my-test'); [/CODE] You could, as a SIMPLISTIC example: [CODE=
php
] $xls = new Excel_XML('UTF-8', false, 'My Test Sheet'); $myheaders…
PHP EXCEL
Programming
Web Development
12 Years Ago
by yhkesh
Sir Please suggest a way to compare values in a column of
excel
sheet so that if same values are appeared i can update using
php
I have a column named Name which stores Names of students,if same student entry is appeared i need to update Thanks
Re: PHP EXCEL
Programming
Web Development
12 Years Ago
by brandonrunyon
http://phpexcel.codeplex.com/ is a fairly reliable library for handling
excel
format. You can also save as a csv file and parse it in a similar fashion.
PHP, Excel Report, Email Attachment
Programming
Web Development
14 Years Ago
by whiteyoh
Hi All, I currently use cron jobs to move data throught the day in mysql. In a different area I create
excel
exports. What id like to know is the possibility of generating a report that is sent via email as an attachment. Which i will un as a cron job. Im looking forward to your responses.
html to pdf excel
Programming
Web Development
15 Years Ago
by sainiweb
….
php
"); include ("include/dbc.
php
"); //require_once "Spreadsheet/
Excel
/Writer.
php
"; //define('FPDF_FONTPATH','./fpdf/font/'); //require('./fpdf/fpdf.
php
'); //require ('pdf.
php
…;>Print</A> | <a href="
excel
.
php
">
Excel
</a> | <a href="">…
Php Excel data showing duplicate data
Programming
Web Development
8 Years Ago
by Syed Azadar
…I want when I import it to
excel
 I am using this code for this <?
php
$k = 0; foreach ($report as $loop) { $month …Test document for PHPExcel, generated using
PHP
classes."); $objPHPExcel->getProperties()-&…
PHP excel reader .xlsx
Programming
Web Development
11 Years Ago
by rb1234567
Hi, I need to create a page where an admin can upload an
excel
worksheet in the .xlsx file format, this is then read and writen onto another
php
page. I'm new to
PHP
so I am confused by the code, I can find help on .xls but not accepting .xlsx. Thanks for any help.
PHP Excel Download with Dynamic Headings in EXCEL
Programming
Web Development
8 Years Ago
by AntonyRayan
Hi, I am new to this concept. How to export data from database in
EXCEL
for various standards with "dynamic headings" .
Re: PHP Excel Download with Dynamic Headings in EXCEL
Programming
Web Development
8 Years Ago
by broj1
Use [PHPExcel](https://github.com/PHPOffice/PHPExcel) to create
Excel
file from the data you read from the database. Dynamic headers are just headers that contain text and formulae in them (the header changes if the information in the respective column changes). You have to build those formulas yourself.
Re: PHP excel reader .xlsx
Programming
Web Development
11 Years Ago
by patk570
try this, convert to csv and use a code like http://
php
-dev-zone.blogspot.com/2013/05/how-to-import-csv-file-data-into-mysql.html
Re: PHP EXCEL
Programming
Web Development
12 Years Ago
by yhkesh
thanks :) :)
Re: Php
Programming
Web Development
11 Years Ago
by Bachu
… this link http://code.google.com/p/
php
-
excel
/source/browse/branches/class-
excel
-xml.inc.
php
?r=9 Use class Excel_XML and include… link page. Example for download ling page: <?
php
include_once("model/
excel
.
php
");//includeind class Excel_XML //get data from database include_once…
Re: Excel reading problem using PHP
Programming
Web Development
15 Years Ago
by chrishea
I don`t know if this will work but you can give it a try [URL="http://code.google.com/p/
php
-
excel
-reader/"]http://code.google.com/p/
php
-
excel
-reader/[/URL]
Re: excel import
Programming
Web Development
10 Years Ago
by pixelsoul
I want one billion dollars and peace on earth. Oh and a pizza. https://code.google.com/p/
php
-
excel
-reader/
Re: Php Excell img
Programming
Web Development
10 Years Ago
by broj1
You might want to try the HYPERLINK() formula. Haven't tested this, just looked up some info on the net. See also [this link](http://www.devshed.com/c/a/
PHP
/
PHP
-
Excel
-Customizations-Working-with-Formulas-and-Functions/).
Re: PHP TO EXCEL
Programming
Web Development
12 Years Ago
by blocblue
You would need to set the worksheet orientation through whatever
Excel
library you're using, not through the response headers. PEAR and
PHP
Excel
are two such libraries, both which support page orientation.
Re: PHP Script for Excel to PDF Conversion
Programming
Web Development
11 Years Ago
by chrishea
I have used the [
php
-
excel
-reader](http://code.google.com/p/
php
-
excel
-reader/) quite successfully. I don't believe that it handles the newer formats (xlsx) so if that is required there are other tools available. You can also have a look at [this](http://devzone.zend.com/27/).
Re: PHP to Excel
Programming
Web Development
9 Years Ago
by dinhunzvi
you can use the
PHP
Excel
import excel file to sql server via cakephp
Programming
Web Development
10 Years Ago
by yeeaki
… any mistake in my code? Thanks in advance! <?
php
App::import('Vendor', '
php
-
excel
-reader/excel_reader2'); class UploadsController extends RealTimeAnalysisAppController { public function…
import excel file to sql server via cakephp
Programming
Web Development
10 Years Ago
by yeeaki
… a syntax error. $destination = realpath(‘../../app/webroot/uploads/
excel
/’); App::import(‘Vendor’, ‘
php
-
excel
-reader/excel_reader2’); //import statement class UploadsController extends RealTimeAnalysisAppController public…
Re: PHP, Excel Report, Email Attachment
Programming
Web Development
14 Years Ago
by NettSite
I do similar things using SwiftMailer (swiftmailer.org) and it works very well, and is very easy to do.
Re: Php Excel data showing duplicate data
Programming
Web Development
8 Years Ago
by Taywin
Check your line 73, you are assigning value (using `=` instead of `==`) for 2 conditions checking. Fix that and see how it is going to be.
Re: Porblem in UTF-8 support on CSV/EXCEL
Programming
Web Development
15 Years Ago
by gokulakrishnae
Hey guys.There is a simple
PHP
Class "
php
-
excel
" which supports multibyte charecters.
php
-
excel
aims to be the most simple and lightweight… approach to convert a matrix-like, two-dimensional array from
PHP
to Microsoft
Excel
…
Re: display data from a excel file
Programming
Web Development
15 Years Ago
by chrishea
… have started to experiment with the latest version of a
PHP
Excel
Reader which you can find here: [URL="http://…code.google.com/p/
php
-
excel
-reader/"]http://code.google.com/p/
php
-
excel
-reader/[/URL] It seems to be…on the link and you will see the sample
Excel
sheet and the
PHP
output (which looks the same). It can …
Re: How to validate excel data rows and columns using php script?
Programming
Web Development
13 Years Ago
by chrishea
I have done quite a bit of work with uploading and reading data from
Excel
and the tool that I have used is the [URL="http://code.google.com/p/
php
-
excel
-reader/"]
php
-
excel
-reader[/URL]. This lets you access the rows and columns in the spreadsheet (after you upload it). It should work just fine for what you need to do.
Re: XLS to CSV file using php
Programming
Web Development
14 Years Ago
by chrishea
…I did a manual save to CSV from
Excel
first. Versions 2 and 3 do it …I use this to maintain parm files in
Excel
and then upload them into the database and …[URL="http://code.google.com/p/
php
-
excel
-reader/"]
php
-
excel
-reader[/URL] which is pretty easy to …yourself then I suggest using the
php
-
excel
-reader rather than messing around with CSV.
Re: display data from a excel file
Programming
Web Development
15 Years Ago
by sanjaypandit
let we use this sample file from
php
-
excel
reader, 1 i want to display row B & C in one
php
page 2. and rest of the all in another
php
page 3. i want to fetch up data from this new attach exl table example e.g i want all detail regarding the row where mobile=333
Re: Microsoft Excel
Programming
Web Development
12 Years Ago
by iamthwee
…, for this you need a
excel
manipulator. So google
php
excel
and you should come up with… a few. Then you have to install it and configure the
php
…companies make it difficult for you to install
php
modules, so first find this out. Now… Alternatively, I guess you could use the
php
date/time class but I think it's…
Re: Reading Data from EXCEL and insert into Table ??
Programming
Web Development
13 Years Ago
by chrishea
I have used [URL="http://code.google.com/p/
php
-
excel
-reader/"]
php
-
excel
-reader[/URL] and it works well.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC