Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 30,468 for

worksheet

(0.11 sec)
  1. Iterate Rows and Columns|Documentation

    Learn how to iterate rows and columns through the Aspose.Cells for Java APIs....Display Range Range range = worksheet . getCells (). getMaxDisplayRange...

    docs.aspose.com/cells/java/iterate-rows-and-col...
  2. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["Demographics"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/incorrect-rendering-when-con...
  3. 用 JavaScript 通过 C++ 访问和修改链接的 Ole 对象的显示标签|Docume...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 访问和修改链接的 Ole 对象的显示标签。...Access first worksheet const ws = wb . worksheets . get ( 0 );...Workbook ( ms ); // Access first worksheet const wsFromStream = wbFromStream...

    docs.aspose.com/cells/zh/javascript-cpp/access-...
  4. Resize Chart's Data Label Shape To Fit Text wit...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for JavaScript via C++. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...arrayBuffer )); // Access the first worksheet that contains the Chart const...

    docs.aspose.com/cells/javascript-cpp/resize-cha...
  5. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set headers and footers of an Excel Worksheet's Page Setup using Aspose.Cells for JavaScript via C++. Set headers and footers for the first, odd, and even pages....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...first worksheet. const pageSetup = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/setting-di...
  6. Copy GridWeb Rows and Columns|Documentation

    This article introduces how to copy rows and columns in GridWeb....GridCells object of the active worksheet in order to copy the first...GridCells object of the active worksheet in order to copy the first...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. Apply Excel Color Themes in Python

    Apply Excel color themes in Python with a few API calls. Get the IDE settings, a list of steps, and a sample code for using Microsoft Excel themes in Python....color in a worksheet. To insert images in a worksheet, refer to...

    kb.aspose.com/cells/python/apply-excel-color-th...
  8. 如何使用JavaScript通过C++在工作表中添加/插入文本框|Documentation

    如何在Aspose.Cells for Java脚本中通过C++在工作表中添加/插入文本框...Workbook (); } // Access first worksheet from the collection const...const sheet = workbook . worksheets . get ( 0 ); // Add the TextBox...

    docs.aspose.com/cells/zh/javascript-cpp/add-tex...
  9. Setting Chart Appearance|Documentation

    Learn how to configure the appearance of charts in Aspose.Cells for Python via .NET. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your Worksheets....column chart added to the worksheet will not have gridlines. Changing...chart will be added to the worksheet with modified gridlines. Advanced...

    docs.aspose.com/cells/python-net/setting-chart-...
  10. Parsing Pivot Cached Records while loading Exce...

    Learn how to parse pivot cached records while loading Excel files using Aspose.Cells for C++....options ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/parsing-pivot-cached-...