Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 82,029 for

workbook

(0.04 sec)
  1. Copy Shapes between Worksheets in Aspose.Cells|...

    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....template file Workbook workbook = new Workbook ( FileName );.... Charts . Chart source = workbook . Worksheets [ "Chart" ]....

    docs.aspose.com/cells/net/copy-shapes-between-w...
  2. Convert-JSON-to-Excel|Documentation

    Learn how to convert json to excel file with Aspose.Cells....file to Excel Workbook. Convert JSON to Excel Workbook No need to...settings for importing JSON to Workbook. The following code example...

    docs.aspose.com/cells/net/convert-json-to-excel/
  3. Add Word Art Watermark to Chart|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/java/add-word-art-waterma...
  4. Convert Revision of XLSB to XLSM with C++|Docum...

    Learn to convert revisions of XLSB files into XLSM format using Aspose.Cells with C++....Create workbook from the input file Workbook workbook ( inputFilePath...inputFilePath ); // Save Workbook to XLSM format workbook . Save ( outDir...

    docs.aspose.com/cells/cpp/convert-revision-of-x...
  5. 在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.... Python 代码 workbook = self . Workbook ( self . dataDir...the tabs of the Excel file workbook . getSettings (). setShowTabs...

    docs.aspose.com/cells/zh/java/display-or-hide-t...
  6. Create Charts in xlsx4j|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 (); //...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet...

    docs.aspose.com/cells/java/create-charts-in-xls...
  7. 在 Jython 中显示隐藏滚动条|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.... cells import Workbook class DisplayHideScrollBar...DisplayHideScrollBar / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/display-hide-scro...
  8. Convert Excel to CSV, TSV and Txt with C++|Docu...

    Easily convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells with C++.... Saving Workbook to Text or CSV Format Sometimes...want to convert or save a workbook with multiple worksheets into...

    docs.aspose.com/cells/cpp/convert-excel-to-csv-...
  9. 使用Node.js通过C++设置打印选项|Documentation

    本文演示了如何使用Node.js API和C++库以编程方式设置Excel工作表页面设置的打印选项。可以设置打印区域、打印标题和页面顺序。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Obtaining the reference of the PageSetup...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-pri...
  10. Find and Replace in Spreadsheet|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....= "" ) { workbook = new Workbook ( FOD_OpenFile . FileName...foreach ( Worksheet sheet in workbook . Worksheets ) { found +=...

    docs.aspose.com/cells/net/find-and-replace-in-s...