Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 27,108 for

excel worksheet

(0.2 sec)
  1. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a picture as a texture inside a shape using Aspose.Cells for C++....following sample code, its sample Excel file as well as the screenshot...02_OutputDirectory \\ " ); // Load sample Excel file Workbook wb ( srcDir +...

    docs.aspose.com/cells/cpp/tile-picture-as-a-tex...
  2. 使用C++通过JavaScript更改Excel文本框或形状的字符间距|Documentation

    使用C++的Aspose.Cells for JavaScript,通过JavaScript更改Excel文本框或形状的字符间距。...使用C++通过JavaScript更改Excel文本框或形状的字符间距 Contents [ Hide ] 您可以使用 TextOptions...属性更改单元格文本框或形状的字符间距。 以下示例代码将Excel文件中某文本框的字符间距改为4点,并保存到磁盘。 <!DOCTYPE...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  3. 用C++查找工作表是否为对话框工作表|Documentation

    对话框工作表是早期格式的工作表。本文提供了使用C++ API判断Excel工作表是否为对话框工作表的说明和示例代码。...这样的工作表可能是由Microsoft Excel的旧版本(如2003)插入的,就像这张截图中所显示的一样...soft Excel(如2016)中使用VBA插入。 可以使用Aspose.Cells的 Worksheet.GetType()...

    docs.aspose.com/cells/zh/cpp/find-if-the-worksh...
  4. Manage Comments and Notes with JavaScript via C...

    Insert and manage comments or notes with Aspose.Cells for JavaScript via C++....method (encapsulated in the Worksheet object). The new Comment object...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/javascript-cpp/comments-a...
  5. 在C++中刷新AutoFilter后获取所有隐藏行的索引|Documentation

    学习如何使用Aspose.Cells for C++ API在刷新AutoFilter后获取所有隐藏行的索引。...但是可能会出现这种情况,一些行已经被Excel终端用户手动隐藏,它们不是由自动筛选隐藏的。这使得难以知...道哪些行是由自动筛选隐藏的,哪些是由Excel终端用户手动隐藏的。Aspose.Cells使用int[] AutoFilter...

    docs.aspose.com/cells/zh/cpp/get-all-hidden-row...
  6. Create a Pie Chart|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....Users who work with Microsoft Excel can create a number of different...are: Creating a workbook and worksheet. Adding sample data. Referencing...

    docs.aspose.com/cells/net/create-a-pie-chart/
  7. 在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....protection 模块的 unprotect_worksheet 方法。 PHP 代码 $filesFormatType...); $worksheets = $workbook -> getWorksheets (); $worksheet = $worksheets...

    docs.aspose.com/cells/zh/java/unprotect-a-works...
  8. Consolidation Function|Documentation

    How to apply ConsolidationFunction to Data Fields of Pivot Table with Aspose.Cells for JavaScript via C++.... In Microsoft Excel, you can right‑click the value...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/consolidat...
  9. Create Access and Copy Named Ranges|Documentation

    This article shows how to create, access, and copy named ranges using the Aspose.Cells for Python via .NET API....refer to data on the same worksheet; if you want to represent...represent a range on another worksheet, you may use a name. Named ranges...

    docs.aspose.com/cells/python-net/create-access-...
  10. Determine if Shape is Smart Art Shape with Java...

    Learn how to determine if a shape in Excel is a Smart Art shape using Aspose.Cells for JavaScript via C++....special shapes in Microsoft Excel that allow you to create complex...sample code loads the sample Excel file containing a SmartArt shape...

    docs.aspose.com/cells/javascript-cpp/determine-...