Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 30,374 for

worksheet

(0.22 sec)
  1. Need optimized file uploaded in other thread - ...

    Could you please share the optimized file shared in the following thread?...// Get the first worksheet Worksheet worksheet = workbook.getWorksheets()...getWorksheets().get(0); Cells cells = worksheet.getCe… Professionalize.Discourse...

    forum.aspose.com/t/need-optimized-file-uploaded...
  2. Insert Timeline with C++|Documentation

    Learn how to create a timeline with Aspose.Cells using C++....create a timeline using the Worksheet.Timelines.Add() method. Create...// Access second worksheet (index 1) Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/create-timeline/
  3. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it excel equivalent. Code used to generate the output: using (Workbook TemplateWB = new Workbook(dir + @"\T…...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["DetailCharts"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/labels-in-charts-are-positio...
  4. Setting Shared Formula|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....want to add a function in a worksheet that will do some calculations...Cells Suppose you have a worksheet filled with data in the format...

    docs.aspose.com/cells/net/setting-shared-formula/
  5. 使用JavaScript通过C++在工作簿之间复制和移动工作表|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在工作簿内外复制和移动工作表。高效管理你的工作簿结构。...> < head > < title > Copy Worksheet Example </ title > </ head...head > < body > < h1 > Copy Worksheet Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/copy-an...
  6. 用 Node.js via C++ 设置图表数据标签的形状类型|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 设置图表中数据标签的形状类型。此指南将介绍不同的形状类型以及如何选择合适的形状以增强展示效果和实用性。...); // Access first worksheet const worksheet = workbook . getWorksheets...first chart const chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-sha...
  7. Specify the Far East and Latin Name of the Font...

    Learn how to specify Far East and Latin font names in text options of shapes using Aspose.Cells for Node.js via C++....Workbook (); // Access first worksheet. const ws = wb . getWorksheets...Add a textbox inside the worksheet. const idx = ws . getTextBoxes...

    docs.aspose.com/cells/nodejs-cpp/specify-the-fa...
  8. 用C++渲染切片器|Documentation

    使用Aspose.Cells和C++渲染Excel文件中的切片器。...xlsx" ); // Access first worksheet. Worksheet ws = workbook . GetWorksheets...render object and render worksheet to image. SheetRender sr (...

    docs.aspose.com/cells/zh/cpp/rendering-slicer/
  9. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for C++. Our guide will explain the different types of data values and show you how to access and work with them in your charts....first chart inside the first worksheet. It then calls the Chart::Calculate()...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/find-type-of-x-and-y-...
  10. Copy Sparkline by Specifying Data Range and Loc...

    Learn how to copy a sparkline in Excel by specifying a data range and location of a sparkline group using Aspose.Cells for Node.js via C++....)); // Access first worksheet const worksheet = workbook . getWorksheets...sparkline group const group = worksheet . getSparklineGroups (). get...

    docs.aspose.com/cells/nodejs-cpp/copy-sparkline...