Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 12,618 for

workbook

(0.17 sec)
  1. Mostra/Nascondi linee della griglia in Jython|D...

    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.... cells import Workbook class DisplayHideGridlines...DisplayHideGridlines / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/it/java/display-hide-grid...
  2. Wert in Zellen finden|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 ( "../...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Finding...

    docs.aspose.com/cells/de/net/find-value-in-cells/
  3. Imprimer des classeurs dans Aspose.Cells|Docume...

    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 ( "../...worksheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Create...

    docs.aspose.com/cells/fr/net/printing-workbooks...
  4. Ajouter un filigrane Word Art au graphique|Docu...

    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....a new workbook. //Open the existing excel file. Workbook workbook...workbook = new Workbook ( dataDir + "AsposeChart.xls" ); //Get the...

    docs.aspose.com/cells/fr/java/add-word-art-wate...
  5. グラフにWord Artウォーターマークを追加|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....a new workbook. //Open the existing excel file. Workbook workbook...workbook = new Workbook ( dataDir + "AsposeChart.xls" ); //Get the...

    docs.aspose.com/cells/ja/java/add-word-art-wate...
  6. Aggiungere un watermark WordArt al foglio di la...

    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....//Instantiate a new Workbook Workbook workbook = new Workbook (); //Get...default sheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/it/net/add-wordart-waterm...
  7. Suchen und Ersetzen in Tabellenkalkulation|Docu...

    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....= "" ) { workbook = new Workbook ( FOD_OpenFile . FileName...foreach ( Worksheet sheet in workbook . Worksheets ) { found +=...

    docs.aspose.com/cells/de/net/find-and-replace-i...
  8. Aspose.Cells を使用してワークブックを暗号化|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....//Instantiate a Workbook object by excel file path Workbook workbook = new...new Workbook ( dataDir + "book1.xls" ); //Password protect the...

    docs.aspose.com/cells/ja/java/encrypt-workbook-...
  9. Enregistrement de fichiers en Python|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....la méthode save de l’objet Workbook . Code Python fileFormatType...#Creating an Workbook object with an Excel file path workbook = self...

    docs.aspose.com/cells/fr/java/saving-files-in-p...
  10. Rubyで行と列を非表示および表示|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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/ja/java/hiding-and-showin...