Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 87,167 for

workbook

(0.07 sec)
  1. Assign Macro to Form Control|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....a Form Control inside the workbook. The following sample code...code creates a new workbook, assign a Macro Code to a Form Button...

    docs.aspose.com/cells/net/assign-macro-to-form-...
  2. 如何通过 Node.js 和 C++ 设置文本框的文本对齐方式|Documentation

    如何在 Aspose.Cells for Node.js via C++ 中设置文本框的文本对齐方式...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); const shapes = workbook . getWorksheets ()...

    docs.aspose.com/cells/zh/nodejs-cpp/applying-te...
  3. Worksheet to Image Conversion 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 Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/worksheet-to-image-co...
  4. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the C++ API or Library to programmatically hide or show gridlines, row and column headers of an Excel worksheet....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/show-and-hide-gridlin...
  5. Web扩展 使用C++的Office加载项|Documentation

    学习如何使用 Aspose.Cells 和 C++ 添加和访问Excel文件中的Web扩展(Office加载项)。...); // Create a new workbook Workbook workbook ; // Get the WebExtension...WebExtension collection from the workbook's worksheets WebExtensionCollecti...

    docs.aspose.com/cells/zh/cpp/web-extensions-off...
  6. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint presentations using C#...worksheet image, the Excel workbook is activated. End users can...changes to the actual Excel workbook and then return to the slide...

    docs.aspose.com/slides/net/working-solution-for...
  7. 使用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....//Instantiate a new workbook Workbook book = new Workbook ( dataDir +...object with respect to your workbook WorkbookRender wr = new WorkbookRender...

    docs.aspose.com/cells/zh/java/printing-workbook...
  8. Merge 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....//Create a Workbook. Workbook wbk = new Workbook (); //Create...of merging" ); //Save the Workbook. wbk . save ( dataDir + "merge_Aspose...

    docs.aspose.com/cells/java/merge-cells/
  9. 用 C++ 格式化数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 自定义数据透视表的外观。...Load a template file Workbook workbook ( inputFilePath ); int...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/formatting-pivot-t...
  10. Protect and Unprotect with Node.js via C++|Docu...

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

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...