GithubHelp home page GithubHelp logo

php-excel's Introduction

Hi, I am Oliver 👋

I am a software developer and architect located near Cologne, Germany. I love to work agile and adhere to lean principles. I am a father of two, a boardgame geek and I try to run every morning.

I work as Director Cloud & Mobile Software at Testo. In my past I have been working in smaller and bigger organizations. I have created and shaped a scaled software development department, where teams love to work and are striving for excellence. I consult StartUp companies in technology, strategy and business.

These are my private repositories and all my projects are free to fork & use. However, there is only an infrequent update to these repositories.

Contact me 📞

The easiest way to contact me is to follow me on LinkedIn. You can also friend me on Twitter. I regularly post articles over on my website. If you want to run with me, join me on Strava.

php-excel's People

Contributors

oliverschwarz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

php-excel's Issues

While ile veri dönderme

Merhaba Tayfun Hocam,

While ile veri tabanından müşteri listesini alıp excel çıktısı vermem gerekiyor.

`<?php

// sınıf dosyası
require '../islemler/excel.php';

$data = array(
1 => array(
'Ad Soyad', 'İl', 'İlçe', 'Adres',' Gsm','Faks','Mail','Bakiye', 'İban'
),

while($kullanici = $kullanicisor->fetch(PDO::FETCH_ASSOC)) {
array(
echo $kullanici['kullanici_adsoyad'], echo $kullanici['kullanici_il'], echo $kullanici['ilce'], echo $kullanici['kullanici_adres'], echo $kullanici['kullanici_gsm'], echo $kullanici['kullanici_gsm'], echo $kullanici['kullanici_faks'], echo $kullanici['kullanici_mail'],
echo $kullanici['kullanici_bakiye'], echo $kullanici['kullanici_iban']
)
}
);

$xls = new Excel_XML('UTF-8', false, 'Kullanıcı Verileri');
$xls->addArray($data);
$xls->generateXML($dizin = $_SERVER["HTTP_HOST"]."-"."Musteriler-Yedek");

?>`

Şeklinde yazıyorum ancak array içerisinde maalesef while döndüremiyorum. Müşterilerimi listeletemiyorum. Burada nasıl bir yapı kullanabilirim.

HyperLink

Hello,
Thanks for the awesome code for creating excel file. I want to add a hyperlink using this code. Please guide me and pardon me for any typos.

Thanks!
Hardik

Resize colonne

Hello, it's possible to resize colonne at the size of data?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.