Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 104,120 for

workbook

(0.12 sec)
  1. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles during Excel to HTML conversion using Aspose.Cells for C++....following sample code creates a workbook and also creates an unused...Startup (); // Create workbook Workbook wb ; // Create an unused...

    docs.aspose.com/cells/cpp/exclude-unused-styles...
  2. Working with External Data Connection of type W...

    Learn how to work with external data connections of type WebQuery using Aspose.Cells for JavaScript via C++....connections of any type using the Workbook.DataConnections collection..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  3. Add Cells to Microsoft Excel Formula Watch Wind...

    Learn how to use Aspose.Cells for C++ to add cells to the formula watch window in Excel. Load or create an Excel file, manipulate cells, set formulas, and save the modified file.... It then saves the workbook as an output Excel file ....Startup (); // Create empty workbook Workbook wb ; // Access first worksheet...

    docs.aspose.com/cells/cpp/add-cells-to-microsof...
  4. Add Icons to Worksheet with Node.js via C++|Doc...

    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.... buffer ; // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/insert-svg-to-...
  5. Add Image Hyperlinks with C++|Documentation

    Learn how to add image hyperlinks through the Aspose.Cells for C++ API....Instantiate a new workbook Workbook workbook ; // Get the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/add-image-hyperlinks/
  6. 从Web地址插入链接图片(C++)|Documentation

    学习如何使用Aspose.Cells for C++从Web地址在工作表中插入链接图片。...Instantiate a new Workbook Workbook workbook ; // Insert a linked...com/Images/aspose-logo.jpg" ); Picture pic = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/insert-a-linked-pi...
  7. Manage Cells Html String with C++|Documentation

    Learn how to Manage Cells Html String through the Aspose.Cells for C++ API....example shows how to: Create a workbook and add some data. Get the...Instantiate a Workbook object Workbook workbook ; // Obtain the...

    docs.aspose.com/cells/cpp/manage-cells-html-str...
  8. 数据验证与C++|Documentation

    学习如何通过Aspose.Cells for C++ API添加数据验证。...); // Create a workbook object Workbook workbook ; // Create a...Worksheet ExcelWorkSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/data-validation/
  9. Export Document Structure While Converting to P...

    Learn how to export document structure while converting an Excel file to a tagged PDF using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...arrayBuffer (); // Instantiating a Workbook object by opening the Excel...

    docs.aspose.com/cells/javascript-cpp/export-doc...
  10. 通过JavaScript使用C++保护工作表|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++保护Excel中的工作表,包括保护行、列和特定单元格。...Cells提供一个类 Workbook ,代表Microsoft Excel文件。 Workbook 类包含一个 worksheets..."text/javascript" > const { Workbook , SaveFormat , ProtectionType...

    docs.aspose.com/cells/zh/javascript-cpp/protect...