Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 82,033 for

workbook

(0.07 sec)
  1. 为渲染自动调整行高(Node.js通过C++)|Documentation

    学习如何使用Aspose.Cells for Node.js via C++为Excel渲染自动调整行高,防止保存的PDF中的文本被剪裁。...xlsx" ); // Init workbook instance. const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Set autofit options for rendering...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...
  2. Converting Excel Files to HTML in Python|Docume...

    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.... SaveFormat workbook = self . Workbook ( self . dataDir...the document in PDF format workbook . save ( self . dataDir +...

    docs.aspose.com/cells/java/converting-excel-fil...
  3. 通过Node.js使用C++处理Shape或Chart的阴影效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的阴影效果。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  4. Locking WordArt Watermark with C++|Documentation

    Learn how to lock WordArt watermarks in Excel worksheets using Aspose.Cells for C++. Prevent editing, movement, and selection of watermarks programmatically....Instantiate a new Workbook Workbook workbook ; // Get the first...default sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/locking-wordart-water...
  5. 在 Excel 中使用 C++ 更改批注背景色的方法|Documentation

    如何更改 Excel 批注中的颜色。以及如何使用 C++ 在批注中插入图片或图像。...该文件用于初始化下面的代码中的 Workbook 对象。 #include <iostream> #include...srcDir + u "exmaple.xlsx" ; Workbook book ( inputPath ); Worksheet...

    docs.aspose.com/cells/zh/cpp/how-to-set-comment...
  6. Convert Spreadsheet to PDF using Aspose.Cells|D...

    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.... Java Workbook workbook = new Workbook ( "workbook.xls" );...the document in PDF format workbook . save ( "AsposeConvert.pdf"...

    docs.aspose.com/cells/java/convert-spreadsheet-...
  7. Developer Guide|Documentation

    Aspose.Cells for Node.js via C++ developer guide....js via C++ Manage Workbook with Node.js via C++ Convert...Combine Multiple Workbooks into a Single Workbook with Node.js via...

    docs.aspose.com/cells/nodejs-cpp/developer-guide/
  8. How to Rotate Text of Cell|Documentation

    C# code to rotate text of Cell with Aspose.Cells for Python via .NET API...Excel Workbook First, you need to load the Excel workbook using...via .NET. You can use the Workbook class to open an existing...

    docs.aspose.com/cells/python-net/how-to-rotate-...
  9. 在VSTO和Aspose.Cells中隐藏和取消隐藏工作簿中的工作表|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.... Workbooks . Open ( myPath , Missing...//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Specify...

    docs.aspose.com/cells/zh/net/hide-and-unhide-wo...
  10. How to Add Text Conditional Formatting|Document...

    How to use the Aspose.Cells for Python via .NET library to apply Text conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....cells import Workbook from aspose.cells import Workbook , Worksheet...self , data_dir ): book = Workbook () sheet1 = book . worksheets...

    docs.aspose.com/cells/python-net/how-to-add-tex...