Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 102,522 for

workbook

(0.4 sec)
  1. Printing Workbooks using Aspose.Cells|Documenta...

    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....Ask AI Printing Workbooks using Aspose.Cells Contents [ Hide...] Aspose.Cells - Printing Workbooks After you finish creating...

    docs.aspose.com/cells/java/printing-workbooks-u...
  2. Replace text in SmartArt with JavaScript via C+...

    Learn how to replace text in SmartArt using Aspose.Cells for JavaScript via C++....of the major objects in a workbook. Many times there is a need..."text/javascript" > const { Workbook , SaveFormat , OoxmlSaveOptions...

    docs.aspose.com/cells/javascript-cpp/replace-te...
  3. 用C++指定工作簿的自定义数字小数点和组分隔符|Documentation

    通过使用Aspose.Cells for C++ API,在MS Excel中和用C++代码修改数字的十进制和分组分隔符。...); // Create a new workbook Workbook workbook ; // Specify custom...custom separators workbook . GetSettings (). SetNumberDecimalSepa...

    docs.aspose.com/cells/zh/cpp/specify-custom-num...
  4. Insert Ranges to Excel with C++|Documentation

    Learn how to insert ranges into Excel files using Aspose.Cells with C++....Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/cpp/insert-ranges-to-excel/
  5. Outline levels not copying correctly with multi...

    When copying multiple source ranges from different Workbooks, only the range copied from the first Workbook will have its row outline levels preserved. Any subsequent ranges are assigned zero for all rows. The followin…...source ranges from different workbooks, only the range copied from...from the first workbook will have its row outline levels preserved...

    forum.aspose.com/t/outline-levels-not-copying-c...
  6. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect the data in Excel files using C# codes.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/python-net/protect-and-un...
  7. Print Comments while saving to PDF with Node.js...

    Learn how to print comments when saving Excel documents to PDF using Aspose.Cells for Node.js via C++....Create a workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "SampleWorkbookWithCo...

    docs.aspose.com/cells/nodejs-cpp/print-comments...
  8. Format Pivot Table Cells with C++|Documentation

    Learn how to format pivot table cells using Aspose.Cells with C++....Cells :: Startup (); Workbook workbook ( u "pivot_format.xlsx"...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-pivot-table-ce...
  9. Comparison and Migration with Node.js via C++|D...

    Explore the differences and consider migration strategies for using Aspose.Cells with Node.js via C++....const { Workbook } = require ( 'aspose.cells' ); let workbook = new...new Workbook (); 2. Accessing Worksheets In .NET, you might see...

    docs.aspose.com/cells/nodejs-cpp/comparison-mig...
  10. Managing Page Breaks with JavaScript via C++|Do...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel worksheets programmatically using Aspose.Cells for JavaScript via C++....JavaScript via C++ provides a Workbook class that represents an Excel...Excel file. The Workbook class contains a workbook.worksheets collection...

    docs.aspose.com/cells/javascript-cpp/managing-p...