Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[PHP] COM Excel

Empfohlene Antworten

Veröffentlicht

Hallo leute,

kennt jemand eine Seite auf der ich ne Doku finde, wie ich auf welche Objekte usw mit der COM schnittstelle zugreifen kann?! Das ganze soll dann für Excel sein!

php manual comment : (Word Beispiel)

Convert Microsoft word document .DOC to adobe acrobat .PS or .PDF files:

Drawback: if any dialog boxes pop up, the conversion will become non-automated.

<?

// You must have word and adobe acrobat distiller on

// your system, although theoretically any printer driver

// that makes .PS files would work.

// starting word

$word = new COM("word.application") or die("Unable to instanciate Word");

print "Loaded Word, version {$word->Version}\n";

// bring it to front

$word->Visible = 1;

// Select the acrobat distiller as the active printer.

// I presume that you could also use the Acrobat PDF writer // driver that comes with Acrobat full version.

$word->ActivePrinter = "Acrobat Distiller";

// Open a word document, or anything else that word

// can read

$word->Documents->Open($input);

// This will create a .PS file called $output

$word->ActiveDocument->PrintOut(0, 0, 0, $output);

// If you need a .pdf instead, use the acrobat

// distiller's watched folder option.

// closing word

$word->Quit();

// free the object

$word->Release();

$word = null;

?>

ich suche also eine doku in der aufgelistet ist wie ich z.b. mit dem Range Objekt arbeiten kann!

Gruß,

kills

  • 1 Monat später...

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.