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

worksheet

(0.23 sec)
  1. Aspose.Cell Hide Column Header - Free Support F...

    Hello Team, We are doing Image export for each Worksheet as one page , here we want to provide an option to hide column header. we tried by setting IsRowColumnHeadersVisible = false. but it still shows the header in ex…...doing Image export for each worksheet as one page , here we want...exporting a worksheet to a TIF image with Aspose.Cells Worksheet.PageSetup...

    forum.aspose.com/t/aspose-cell-hide-column-head...
  2. BUG: Datavalidation with REGEXTEST does not wor...

    I’m creating a Excel with .NET and trying to add a datavalidation to check if a cell value is an URL. Consider the following code: public void AddDataValidation(CellArea cellArea, Column column, Worksheet Worksheet) { …...column, Worksheet worksheet) { var startCellName = worksheet.Cells[cellArea...StartColumn].Name; var validations = worksheet.Validations; var validation...

    forum.aspose.com/t/bug-datavalidation-with-rege...
  3. Calculation of Array Formula of Data Tables wit...

    Learn how to calculate array formulas for Excel data tables using Aspose.Cells for Python via .NET API. Modify and save spreadsheets programmatically....Access first worksheet worksheet = workbook . worksheets [ 0 ] # When...as Yellow will become 120 worksheet . cells . get ( "B1" ) . put_value...

    docs.aspose.com/cells/python-net/calculation-of...
  4. 处理形状或图表的发光效果的工作流程|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 在 Node.js 中操作形状或图表的发光效果...); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  5. Calculation of Array Formula of Data Tables wit...

    How to use the Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel using Node.js via C++. Load or create an Excel file, calculate the array formula, and save the modified file....)); // Access first worksheet const worksheet = workbook . getWorksheets...as yellow will become 120 worksheet . getCells (). get ( "B1"...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...
  6. 通过 C++ 使用 Node.js 获取形状的连接点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中检索形状的连接点。...Get the first worksheet in the book. const worksheet = newWorkbook...collection. const textboxIndex = worksheet . getTextBoxes (). add ( 2...

    docs.aspose.com/cells/zh/nodejs-cpp/get-connect...
  7. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or textbox using Aspose.Cells for C++....wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...Text with Shape inside the Worksheet with C++ Analyzing your prompt...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  8. How to create a Gantt chart with JavaScript via...

    Learn how to create a Gantt chart with Aspose.Cells for JavaScript via C++ API....first worksheet const worksheet = workbook . worksheets . get...BarStacked Chart const i = worksheet . charts . add ( AsposeCells...

    docs.aspose.com/cells/javascript-cpp/how-to-cre...
  9. Copy Range Data Only|Documentation

    This article describes how to copy range data only with Aspose.Cells for Python via .NET library....data to cells in the first worksheet. Create a Range . Create a...Move Range of Cells in a Worksheet Copy Range Data with Style...

    docs.aspose.com/cells/python-net/copy-range-dat...
  10. Using GlobalizationSettings Class for Custom Su...

    Learn how to use the GlobalizationSettings class in Aspose.Cells for C++ to customize subtotal labels and modify the “Other” label in pie charts....pie chart while rendering a worksheet or chart. Introduction to...adding the subtotals to the worksheet. #include <iostream> #include...

    docs.aspose.com/cells/cpp/using-globalizationse...