Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 12,622 for

workbook

(0.08 sec)
  1. Cách chuyển đổi Excel sang XPS trong Java

    Hướng dẫn này giải thích cách chuyển đổi Excel sang XPS trong Java. XPS là định dạng tệp rất phổ biến có thể được tạo từ Excel trong bất kỳ hệ điều hành nào như Windows, macOS và Linux....đích vào một đối tượng lớp Workbook rồi lưu nó dưới dạng tệp XPS...án Thêm tham chiếu đến lớp Workbook và SaveFormat bằng cách sử...

    kb.aspose.com/vi/cells/java/how-to-convert-exce...
  2. Hur man ändrar CSV till PDF i Java

    Denna korta handledning ger information om hur du ändrar CSV till PDF i Java. Du kan konvertera en fil från CSV till PDF i Java med några rader kod i Windows, Linux eller macOS.... Filen CSV läses in i ett Workbook-klassobjekt tillsammans med...PDF i Java genom att spara Workbook-objektet som PDF tillsammans...

    kb.aspose.com/sv/cells/java/how-to-change-csv-t...
  3. Modifications de l API publique dans Aspose.Cel...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Create workbook object from source Excel file Workbook workbook...workbook = new Workbook ( "source.xlsm" ); //Change the VBA Module...

    docs.aspose.com/cells/fr/net/public-api-changes...
  4. CRM更新インポートツールの拡張と貢献|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....FileName ; Workbook workbook = new Workbook (); workbook . Worksheets...); Worksheet MyWorksheet = workbook . Worksheets [ "Aspose Export"...

    docs.aspose.com/cells/ja/net/extend-and-contrib...
  5. Masquer et Afficher des Lignes et des Colonnes ...

    Apprenez à Masquer et Afficher des Lignes et des Colonnes via l API Aspose.Cells pour Python via Java....Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + 'Book1.xls' ) \ # Accessing the...

    docs.aspose.com/cells/fr/java/hiding-and-showin...
  6. Tabellenkalkulationen ausdrucken|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet PageSetup pageSetup = workbook . Worksheets [ 0 ]. PageSetup...

    docs.aspose.com/cells/de/net/print-spreadsheets/
  7. Ouvrir des fichiers texte en tant que classeurs...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Workbooks . OpenText ( @"OpenTextFilesAsWorkb...LoadFormat . CSV ); Workbook newWorkbook = new Workbook ( TextFile ,...

    docs.aspose.com/cells/fr/net/open-text-files-as...
  8. Verifica se il Codice VBA è Firmato|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....prega di utilizzare il metodo Workbook.getVbaProject().isSigned()...meno utilizzando il metodo Workbook.getVbaProject().isSigned()...

    docs.aspose.com/cells/it/java/check-if-vba-code...
  9. Öppna filer i PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....$dataDir = '' ; $workbook1 = new Workbook ( $dataDir . "Book1.xls" );..."Book2.xls" ); // Creating an Workbook object with the stream object...

    docs.aspose.com/cells/sv/java/opening-files-in-...
  10. Apertura dei File in PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....$dataDir = '' ; $workbook1 = new Workbook ( $dataDir . "Book1.xls" );..."Book2.xls" ); // Creating an Workbook object with the stream object...

    docs.aspose.com/cells/it/java/opening-files-in-...