Giter Site home page Giter Site logo

Comments (9)

MaatwebsiteSupport avatar MaatwebsiteSupport commented on May 3, 2024

Hey

Did you pass the data variables as a key-value array as second parameter of the loadView()?

Example:

Excel::loadView('viewFile', array('key' => 'value'))->export('xls');

from laravel-excel.

hvilleta avatar hvilleta commented on May 3, 2024

No, but i still need to use echo in the view site.

Like this:

Excel::loadView('viewFile',array('key'=>'value','key'=>'value',...))

Let me know if i'm going in the right way, and how can i add more style
than just , and tag. I want to add some borders.

Thank you very much for answer.

On Wed, Feb 12, 2014 at 2:45 PM, Maatwebsite [email protected]:

Hey

Did you pass the data variables as a key-value array as second parameter
of the loadView()?

Example:

Excel::loadView('viewFile', array('key' => 'value'))->export('xls');

Reply to this email directly or view it on GitHubhttps://github.com//issues/26#issuecomment-34901360
.

Henry Villeta G.

from laravel-excel.

MaatwebsiteSupport avatar MaatwebsiteSupport commented on May 3, 2024

Inside the view file you will have to echo these variables (using the key as varname). If you have used a blade file, you can use the blade syntax ({{ $key }}) to echo these vars.

For border styling see: https://github.com/Maatwebsite/laravel4-PHPExcel#setting-and-styling-borders

from laravel-excel.

hvilleta avatar hvilleta commented on May 3, 2024

Ok, but i tried to do this way but it does not generate the excel

On Wed, Feb 12, 2014 at 2:56 PM, Maatwebsite [email protected]:

Inside the view file you will have to echo these variables (using the key
as varname). If you have used a blade file, you can use the blade syntax ({{
$key }}) to echo these vars.

For border styling see:
https://github.com/Maatwebsite/laravel4-PHPExcel#setting-and-styling-borders

Reply to this email directly or view it on GitHubhttps://github.com//issues/26#issuecomment-34902626
.

Henry Villeta G.

from laravel-excel.

MaatwebsiteSupport avatar MaatwebsiteSupport commented on May 3, 2024

It should if you have used the correct syntax.
Could you post the export-code and view file here.

from laravel-excel.

hvilleta avatar hvilleta commented on May 3, 2024

I did like this:

@foreach ($medicion as $m) @Endforeach
Fecha Extraidos Abastecidos Balance
{{$m->fecha}} {{$m->extraidos}} {{$m->abastecidos}} {{$m->balance}}

The file is blade extension

On Wed, Feb 12, 2014 at 3:01 PM, Maatwebsite [email protected]:

It should if you have used the correct syntax.
Could you post the export-code and view file here.

Reply to this email directly or view it on GitHubhttps://github.com//issues/26#issuecomment-34903129
.

Henry Villeta G.

from laravel-excel.

MaatwebsiteSupport avatar MaatwebsiteSupport commented on May 3, 2024

That should work, assuming your Excel export code looks like this:

Excel::loadView('folder.file', array('medicion' => $medicion))->export('xls');

I tried your view file with this example and the User model.

If it still doesn't work, which error has been thrown?

from laravel-excel.

hvilleta avatar hvilleta commented on May 3, 2024

Sorry, my bad.

I was making a mistake, problem fix

Than you very much for your help, nice wrapper and very useful.

On Wed, Feb 12, 2014 at 3:05 PM, henry eduardo villeta guzman <
[email protected]> wrote:

I did like this:

@foreach ($medicion as $m) @Endforeach
Fecha Extraidos Abastecidos Balance
{{$m->fecha}} {{$m->extraidos}} {{$m->abastecidos}} {{$m->balance}}

The file is blade extension

On Wed, Feb 12, 2014 at 3:01 PM, Maatwebsite [email protected]:

It should if you have used the correct syntax.
Could you post the export-code and view file here.

Reply to this email directly or view it on GitHubhttps://github.com//issues/26#issuecomment-34903129
.

Henry Villeta G.

Henry Villeta G.

from laravel-excel.

MaatwebsiteSupport avatar MaatwebsiteSupport commented on May 3, 2024

No problem and thanks! :)
Enjoy the package!

from laravel-excel.

Related Issues (20)

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.