Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 82,029 for

workbook

(0.05 sec)
  1. Find if the cell value starts with single quote...

    Learn how to find if the cell value starts with a single quote mark through the Aspose.Cells for C++ API....Startup (); // Create workbook Workbook wb ; // Create worksheet...

    docs.aspose.com/cells/cpp/find-if-the-cell-valu...
  2. Setting Shadow of Text Effects of Shape or Text...

    Learn how to set the shadow of text effects for shapes or textboxes using Aspose.Cells for C++....\\ " ); // Create workbook object Workbook wb ; // Access first...

    docs.aspose.com/cells/cpp/setting-shadow-of-tex...
  3. Convert XLTX to POTX via PHP or with free Onlin...

    PHP API to Convert XLTX to POTX or Online App without using Microsoft Excel or Powerpoint. Test free XLTX to POTX online converter quickly before integrating the code....Open and load XLTX file using Workbook class Set the PDF save options...Template file used to create new workbooks with predefined formatting...

    products.aspose.com/total/php-java/conversion/x...
  4. 通过Node.js在C++中找到图表系列中点的X值和Y值的类型|Documentation

    学习如何在Aspose.Cells for Node.js via C++中确定图表系列点的X值和Y值的类型。本指南解释了数据值的类型以及如何访问和操作它们。... const workbook = new AsposeCells . Workbook ( path . join...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/find-type-o...
  5. 通过Node.js和C++提供导出工作表HTML文件路径的IFilePathProvider接...

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

    docs.aspose.com/cells/zh/nodejs-cpp/provide-exp...
  6. 如何用C++创建带有下拉列表的动态图表|Documentation

    学习如何使用Aspose.Cells for C++创建一个根据下拉列表选择更新的动态图表。我们的逐步指南将演示如何将下拉列表集成到你的图表中,实现灵活的数据可视化。...a new workbook and access the first worksheet. Workbook workbook...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/cpp/create-dynamic-cha...
  7. Convert POTX to XLTM via PHP or with free Onlin...

    PHP API to Convert POTX to XLTM or Online App without using Microsoft Office Powerpoint or Excel. Test free POTX to XLTM online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...POTX to XLSB (Excel Binary Workbook) Convert POTX to XLSM (Macro-enabled...

    products.aspose.com/total/php-java/conversion/p...
  8. Convert POTM to XLTM via PHP or with free Onlin...

    PHP API to Convert POTM to XLTM or Online App without using Microsoft Office Powerpoint or Excel. Test free POTM to XLTM online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...POTM to XLSB (Excel Binary Workbook) Convert POTM to XLSM (Macro-enabled...

    products.aspose.com/total/php-java/conversion/p...
  9. Show and Hide Gridlines and Row Column Headers|...

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

    docs.aspose.com/cells/python-net/show-and-hide-...
  10. Create XLS Using Python | products.aspose.com

    Generate Microsoft Excel XLS documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLS...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xls/