Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 18,239 for

excel worksheet

(0.09 sec)
  1. 在工作表内使用Node.js通过C++设置评论或形状的边距|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置Excel工作表内评论或形状的边距。...它加载包含两个形状的 示例Excel文件 。代码逐个访问形状,并设置它们的顶部、左侧、底部和右侧边距。请参阅由代码生成的...右侧边距。请参阅由代码生成的 输出Excel文件 以及显示代码对输出Excel文件的影响的屏幕截图。 示例代码 const...

    docs.aspose.com/cells/zh/nodejs-cpp/set-margins...
  2. 用C++筛选图表数据的三种方法。|Documentation

    了解如何使用Aspose.Cells for C++在Excel中筛选图表。我们全面的指南将演示如何应用筛选、定制图表元素,以及使用数据分析工具获取更好的洞察和做出明智的决策。... 过滤以渲染图表的系列 在Excel中,我们可以过滤掉图表中的特定系列,导致这些被过滤的系列不会显示在图表中。...Testseries4 时,图表将会如 图2 所示。 在Excel中,我们可以筛选出特定系列,从而在图表中隐藏那些筛选的系列。原始图表如...

    docs.aspose.com/cells/zh/cpp/filtering-charts-i...
  3. CELLSNET-57840: Placement of values in/around p...

    Hi, I tested the new version of aspose for the issue previously recorded as CELLSNET-57840. In my testing I found that this particular chart where the placement is really off. I’ve used the range “Demographics!D273:O3…...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["Demographics"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/cellsnet-57840-placement-of-...
  4. Ինչպես տեղադրել Excel ֆոնային պատկեր՝ օգտագործե...

    Այս կարճ ձեռնարկը պարունակում է տեղեկատվություն այն մասին, թե ինչպես տեղադրել Excel ֆոնային պատկերը C#-ի միջոցով: Այն տրամադրում է բոլոր մանրամասները՝ անհրաժեշտ միջավայրը կարգավորելու համար, քայլ առ քայլ գործընթաց և գործարկվող կոդ՝ Excel-ի պատկերի ֆոն ավելացնելու համար՝ օգտագործելով C#:...Product Family Ինչպես տեղադրել Excel ֆոնային պատկեր՝ օգտագործելով...ուղեցույց է տալիս ինչպես տեղադրել Excel-ի ֆոնային պատկերը C# -ի միջոցով:...

    kb.aspose.com/hy/cells/net/how-to-insert-excel-...
  5. 使用Node.js通过C++隐藏工作表中的零值显示|Documentation

    本文将展示如何使用Node.js库通过C++编程方式隐藏Excel电子表格中的零值示例代码。... 要在Microsoft Excel中隐藏工作表中的零值(例如Microsoft Excel 2003): 从 工具 菜单中选择...filePath ); // Get First worksheet of the workbook const sheet...

    docs.aspose.com/cells/zh/nodejs-cpp/hiding-the-...
  6. Aspose.Cells equivalent of VBA Styles.Merge - F...

    I am trying to find an equivalent method in Aspose.Cells to Styles.Merge in VBA. Does such a method exist, and if not, can you provide a solution to accomplish this?...// Get the first worksheet Worksheet worksheet = workbook.getWorksheets()...collection Cells cells = worksheet.getCells(); // Merge cells...

    forum.aspose.com/t/aspose-cells-equivalent-of-v...
  7. Public API Changes in Aspose.Cells 8.8.3|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....Adding ActiveX Controls to Worksheet . Following is the simple...//Access first worksheet from the collection Worksheet sheet = book...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use Aspose.Cells library to reduce the calculation time of cell calculation methods in Microsoft Excel. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to optimize the cell calculation method and improve its performance. Finally, we save the modified Excel file to disk....code with the given sample excel file and check its console output...executed with the given sample excel file on our machine. Please...

    docs.aspose.com/cells/net/decrease-the-calculat...
  9. Add WordArt Watermark to Chart with Node.js via...

    Learn how to use Aspose.Cells for Node.js via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....xlsx" ); // Open the existing excel file. const workbook = new AsposeCells...Get the chart in the first worksheet. const chart = workbook ....

    docs.aspose.com/cells/nodejs-cpp/add-wordart-wa...
  10. 在工作表中应用条件格式(使用C++)|Documentation

    如何在C++中使用Aspose.Cells库在工作表中应用条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示。... 条件格式是Microsoft Excel中的一个高级功能,允许您对一系列单元格应用格式,并且根据...workbook ; // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/apply-conditional-...