Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 27,393 for

excel worksheet

(0.12 sec)
  1. Change Text Direction of the Comment with Node....

    Learn how to change the text direction of comments using Aspose.Cells for Node.js via C++. Customize comment alignment settings effectively....Contents [ Hide ] Microsoft Excel allows users to add comments...Workbook (); // Get the first worksheet const sheet = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/change-text-di...
  2. Add WordArt Watermark to Chart with C++|Documen...

    Learn how to use Aspose.Cells for 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....\\ " ); // Open the existing Excel file. Workbook workbook ( srcDir...Get the chart in the first worksheet. Chart chart = workbook ....

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  3. 防止在使用C++保存为HTML时导出隐藏的工作表内容|Documentation

    学习如何在使用Aspose.Cells for C++将Excel工作簿保存为HTML时防止导出隐藏内容。...表内容 Contents [ Hide ] 您可以将 Excel 工作簿保存为 HTML。但是,如果工作簿包含隐藏的工作表,则...02_OutputDirectory \\ " ); // Path of input excel file U16String inputFilePath...

    docs.aspose.com/cells/zh/cpp/prevent-exporting-...
  4. 使用ImageOrPrintOptions的PageIndex和PageCount属性渲染页面...

    使用 Aspose.Cells 和 C++ 将 Excel 文件的页面序列渲染为图像。...GetPageCount() 属性将 Excel 文件的一系列页面呈现为图像。当您的工作表中有成千上万页...t属性呈现页面序列 以下示例代码加载了 sample Excel file 并仅使用 ImageOrPrintOptions...

    docs.aspose.com/cells/zh/cpp/render-sequence-of...
  5. Add Word Art Watermark to 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.... // Open the existing Excel file. Workbook workbook = new...Get the chart in the first worksheet. com . aspose . cells . Chart...

    docs.aspose.com/cells/java/add-word-art-waterma...
  6. 在用C++刷新数据透视表时,指定该数据透视表是否兼容Excel 2003|Documentation

    学习如何在用Aspose.Cells for C++刷新数据透视表时,指定数据透视表的Excel2003兼容性。...在用C++刷新数据透视表时,指定该数据透视表是否兼容Excel 2003 Contents [ Hide ] Aspose...02_OutputDirectory \\ " ); // Load source excel file containing sample pivot...

    docs.aspose.com/cells/zh/cpp/specify-whether-th...
  7. Convert CSV to JSON with JavaScript via C++|Doc...

    Convert CSV file to JSON using the easy-to-use Aspose.Cells for JavaScript via C++ API....loadOptions ); const worksheet = workbook . worksheets . get ( 0 ); const...const lastCell = worksheet . cells . lastCell ; const jsonSaveOptions...

    docs.aspose.com/cells/javascript-cpp/convert-cs...
  8. 用 C++ 在图表中添加 WordArt 水印|Documentation

    学习如何使用 Aspose.Cells for C++ 向 Microsoft Excel 图表添加 WordArt 水印。我们的指南将演示如何创建和定位 WordArt 水印,以提升图表的视觉吸引力和独特性。...\\ " ); // Open the existing excel file. Workbook workbook ( srcDir...Get the chart in the first worksheet. Chart chart = workbook ....

    docs.aspose.com/cells/zh/cpp/add-wordart-waterm...
  9. Remove CSV Annotation Online or Manage Annotati...

    delete comments from CSV file through online app for free. Java API code to manage comments of CSV files....object Select the specific Worksheet Get all comments from the...object Get the sepecific Worksheet Get the threaded comment using...

    products.aspose.com/total/java/annotate/csv/
  10. Change in behavior of Cells#insertColumns start...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.xlsx"); Worksheet Worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = Worksheet.getCells(); cel…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...Projections"); Cells cells = worksheet.getCells(); cells.insertColumns(3...

    forum.aspose.com/t/change-in-behavior-of-cells-...