Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 82,029 for

workbook

(0.05 sec)
  1. Protect and Unprotect Worksheet with Node.js vi...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for Node.js via C++....code to implement protecting workbook structure of Excel files....file. const workbook = new AsposeCells . Workbook (); // Gets...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  2. 在将Excel渲染为PDF时绘制切片器,使用C++|Documentation

    使用Aspose.Cells和C++导出带切片器设置的Excel为PDF。...Create workbook from the excel file Workbook workbook ( inputFilePath...); // Save the workbook as a PDF file workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/draw-slicer-while-...
  3. 在从HTML导入时避免大数字的指数表示|Documentation

    学习如何在导入HTML时防止大数字被转换为指数表示法,使用Aspose.Cells for Node.js via C++。...stream = byteArray ; // Create workbook from stream with Html load...options const workbook = new AsposeCells . Workbook ( stream , loadOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/avoid-expon...
  4. Copy Sparkline by Specifying Data Range and Loc...

    Learn how to copy sparklines by specifying data range and location using Aspose.Cells for C++....Create workbook from source Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/copy-sparkline-by-spe...
  5. Aspose.Cells 8.8.3 中的公共 API 更改|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....instance of Workbook Workbook book = new Workbook (); //Access...instance of Workbook and load an existing spreadsheet Workbook book...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. Grouping and Ungrouping Rows and Columns with N...

    Discover how to group and ungroup rows and columns in Excel using Aspose.Cells for Node.js via C++....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/nodejs-cpp/grouping-and-u...
  7. Change Adjustment Values of the Shape with C++|...

    Modify shape adjustment values in Excel using Aspose.Cells with C++....02_OutputDirectory \\ " ); // Create workbook object from source excel file...srcDir + u "source.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/change-adjustment-val...
  8. Convert Excel to CSV, TSV and Txt with Node.js ...

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

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  9. Encrypting Excel Files in 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/java/encrypting-excel-fil...
  10. Freeze Panes in 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/java/freeze-panes-in-ruby/