Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 102,520 for

workbook

(0.12 sec)
  1. Alignment Settings with C++|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....class, Workbook , that represents an Excel file. The Workbook class...\\ " ); // Create workbook Workbook workbook ; // Obtain the reference...

    docs.aspose.com/cells/cpp/cells-alignment-setti...
  2. 如何用C++设置工作簿的自动恢复属性|Documentation

    学习如何用Aspose.Cells for C++启用或禁用工作簿的自动恢复属性。...Cells提供了 Workbook.GetAutoRecover() 属性,用以启用或禁用这个选项。...属性,用以启用或禁用这个选项。 以下代码说明了如何使用工作簿的 Workbook.GetAutoRecover() 属性。代码首先读取此属性的默认值(为...

    docs.aspose.com/cells/zh/cpp/how-to-set-autorec...
  3. How to set this given image sample same border ...

    image.png (79.5 KB) @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao How to set a small square dot border in cell...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet worksheet = workbook.Worksheets[0]; // Define a range of...

    forum.aspose.com/t/how-to-set-this-given-image-...
  4. Assign Macro to Form Control with C++|Documenta...

    Learn how to assign a macro to a Form Control like a Button using Aspose.Cells for C++....a Form Control inside the workbook. The following sample code...code creates a new workbook, assigns a macro to a Form Button, and...

    docs.aspose.com/cells/cpp/assign-macro-to-form-...
  5. Working with Background in ODS Files with JavaS...

    Learn how to manage backgrounds in ODS files using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  6. Manage Worksheets of Microsoft Excel files with...

    Add, remove, and activate worksheets using Aspose.Cells for JavaScript via C++....class, Workbook , that represents an Excel file. The Workbook class...programmatically: Create an object of the Workbook class. Call the WorksheetCollection...

    docs.aspose.com/cells/javascript-cpp/manage-wor...
  7. 用 Node.js 在 C++ 中创建工作簿和工作表范围命名|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建工作簿和工作表范围命名。...// Create a new Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Get first worksheet of the workbook const...

    docs.aspose.com/cells/zh/nodejs-cpp/create-work...
  8. Encrypting Files in PHP|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....through a path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/encrypting-files-in-php/
  9. Create a spreadsheet document|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 ); // Add a WorkbookPart to...(); workbookpart . Workbook = new Workbook (); // Add a WorksheetPart...

    docs.aspose.com/cells/net/create-a-spreadsheet-...
  10. 将Excel转换为Pdf、图片和其他格式(使用C++)|Documentation

    使用Aspose.Cells for C++将Excel文件转换为Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML等多种格式。...Instantiate the Workbook object and open an Excel file Workbook workbook...the document in PDF format workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...