Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.php > #4402
| From | Arno Welzel <usenet@arnowelzel.de> |
|---|---|
| Newsgroups | de.comp.lang.php |
| Subject | Re: HTTP Content Streaming |
| Date | 2018-07-17 21:21 +0200 |
| Message-ID | <fr6ttsFmaqmU1@mid.individual.net> (permalink) |
| References | (3 earlier) <1t5b486344i3e2cn3e8%sfroehli@Froehlich.Priv.at> <fqsjnfFo6jdU1@mid.individual.net> <1t5b499404id82n3e8%sfroehli@Froehlich.Priv.at> <fr1indFlpftU1@mid.individual.net> <1t5b4c30a4i405en3e8%sfroehli@Froehlich.Priv.at> |
Stefan Froehlich:
> On Sun, 15 Jul 2018 20:39:41 Arno Welzel wrote:
>> Stefan Froehlich:
>>> On Fri, 13 Jul 2018 23:26:06 Arno Welzel wrote:
>>>> <https://phpspreadsheet.readthedocs.io/en/develop/topics/reading-and-writing-to-file/#html>
>
>>> | Please note that HTML reader is still experimental and does not
>>> | yet support merged cells or nested tables cleanly
>>>
>>> Schade, aber danke für den Hinweis, damit erspare ich mir das
>>> Ausprobieren.
>>
>> Wenn Du keine verbundenen Zellen oder verschachtelte Tabellen hast,
>> sollte das aber kein Problem sein.
>
> Das kommt halt leider in praktisch jeder Tabelle (in den
> Tabellenköpfen und in Summenzeilen) vor.
>
>> Und soooo aufwendig ist das "manuelle" erzeugen einer Tabelle auch
>> nicht:
>
> Es ist nicht nur eine Frage des Aufwands: Meine Excel-Dateien werden
> so gut wie immer kundenspezifisch angepasst, und das ist mit
> Template und SpreadsheetML (jedenfalls für mich) deutlich leichter
[...]
Was spricht gegen Excel-Dateien als Vorlage?
Siehe auch:
<https://phpspreadsheet.readthedocs.io/en/develop/topics/reading-and-writing-to-file/#excel-2007-spreadsheetml-file-format>
>> $sheet->setCellValue('A1', 'Text erste Spalte');
>> $sheet->setCellValue('A2', 'Text erste Spalte, Zeile 2');
>
> ...schon nicht mehr ganz so einfach.
>
> Größtes Manko von SpreadsheetML ist, dass prinzipbedingt keine
> Grafiken erlaubt sind, weshalb ich mich immer wieder einmal nach
> Alternativen umsehe.
Wieso "prinzipbedingt"?
--
Arno Welzel
https://arnowelzel.de
https://de-rec-fahrrad.de
http://fahrradzukunft.de
Back to de.comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar
HTTP Content Streaming Jörg Burzeja <No_Spam_burzeja@gmx.de> - 2018-07-10 19:24 +0200
Re: HTTP Content Streaming k@rl.pflaesterer.de (Karl Pflästerer) - 2018-07-11 00:07 +0200
Re: HTTP Content Streaming Jörg Burzeja <No_Spam_burzeja@gmx.de> - 2018-07-11 08:07 +0200
Re: HTTP Content Streaming k@rl.pflaesterer.de (Karl Pflästerer) - 2018-07-11 12:37 +0200
Re: HTTP Content Streaming Jörg Burzeja <No_Spam_burzeja@gmx.de> - 2018-07-11 19:56 +0200
Re: HTTP Content Streaming k@rl.pflaesterer.de (Karl Pflästerer) - 2018-07-11 21:55 +0200
Re: HTTP Content Streaming "Christoph M. Becker" <cmbecker69@arcor.de> - 2018-07-11 23:32 +0200
Re: HTTP Content Streaming Jörg Burzeja <No_Spam_burzeja@gmx.de> - 2018-07-12 20:29 +0200
Re: HTTP Content Streaming Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2018-07-11 00:28 +0200
Re: HTTP Content Streaming Jörg Burzeja <No_Spam_burzeja@gmx.de> - 2018-07-11 08:06 +0200
Re: HTTP Content Streaming Arno Welzel <usenet@arnowelzel.de> - 2018-07-12 20:53 +0200
Re: HTTP Content Streaming Arno Welzel <usenet@arnowelzel.de> - 2018-07-13 10:21 +0200
Re: HTTP Content Streaming Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2018-07-13 08:33 +0000
Re: HTTP Content Streaming Arno Welzel <usenet@arnowelzel.de> - 2018-07-13 23:26 +0200
Re: HTTP Content Streaming Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2018-07-14 06:12 +0000
Re: HTTP Content Streaming Arno Welzel <usenet@arnowelzel.de> - 2018-07-15 20:39 +0200
Re: HTTP Content Streaming Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2018-07-16 05:47 +0000
Re: HTTP Content Streaming Jörg Burzeja <No_Spam_burzeja@gmx.de> - 2018-07-16 20:48 +0200
Re: HTTP Content Streaming Arno Welzel <usenet@arnowelzel.de> - 2018-07-17 21:21 +0200
Re: HTTP Content Streaming Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2018-07-18 15:26 +0000
csiph-web