Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 87,332 for

workbook

(0.08 sec)
  1. 用C++为Excel工作簿的VBA项目加密保护|Documentation

    了解如何使用Aspose.Cells结合C++为Excel工作簿的VBA项目添加密码保护。...Load the source Excel file Workbook wb ( inputFilePath ); // Access...Access the VBA project of the workbook VbaProject vbaProject = wb...

    docs.aspose.com/cells/zh/cpp/password-protect-t...
  2. Aspose.Cells for Java 可中断库|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....//Create a new Workbook final Workbook wb = new Workbook (); // Get...

    docs.aspose.com/cells/zh/java/aspose-cells-for-...
  3. Generate Thumbnail of the Worksheet with C++|Do...

    Generate worksheet thumbnails as images using Aspose.Cells for C++....\\ " ); // Load source workbook Workbook book ( srcDir + u "sampleGenerateThumbn...

    docs.aspose.com/cells/cpp/generate-thumbnail-of...
  4. Aspose.Cells | Excel Spreadsheet Processing Jav...

    Java library to process, manipulate, & convert Excel & OpenOffice spreadsheets. Supports formula(e), charts, validations, rendering, printing, & encryption....table/list object in it Workbook workbook = new Workbook ( dataDir + "book1...worksheet) to normal range workbook . getWorksheets (). get (...

    releases.aspose.com/cells/java/
  5. Convert Worksheet to CSV|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....method of Workbook object. Java //Instantiate a new workbook with...Excel file path Workbook workbook = new Workbook ( dataPath + "workbook...

    docs.aspose.com/cells/java/convert-worksheet-to...
  6. Update ActiveX ComboBox Control with C++|Docume...

    Learn how to read or write values of ActiveX ComboBox Control using Aspose.Cells with C++....02_OutputDirectory \\ " ); Workbook wb ( srcDir + u "SourceFile..."OutputFile_out.xlsx" ); std :: cout << "Workbook saved successfully with updated...

    docs.aspose.com/cells/cpp/update-activex-combob...
  7. How to manage PivotChart with PivotOptions in C...

    How to manage PivotChart with PivotOptions using C++....Create a Workbook object from the sample file Workbook book ( path...

    docs.aspose.com/cells/cpp/how-to-manage-pivotch...
  8. Change Text Direction of the Comment with C++|D...

    Learn how to change the text direction of comments in Excel using Aspose.Cells for C++....// Instantiate a new Workbook Workbook wb ; // Get the first...

    docs.aspose.com/cells/cpp/change-text-direction...
  9. 在ColdFusion中使用Aspose.Cells for Java|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....Excel Workbook using Aspose . Cells </ b > < cfset workbook = CreateObject...cells.Workbook" ). init ()> < cfset worksheets = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/using-aspose-cell...
  10. How to Adjust Row Height in Excel using C#

    This quick tutorial will guide you how to adjust row height in Excel using C#. You can change Excel row height using C# using a few lines of code in Windows, macOS or Linux.... you will load the sample workbook and then adjust the height...in the code Load the sample workbook containing multiple worksheets...

    kb.aspose.com/cells/net/how-to-adjust-row-heigh...