Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 7,617 for

worksheet

(0.04 sec)
  1. How to Insert Comment in Excel using C#

    In this tutorial, you will learn how to insert comment in Excel using C#. The steps and code snippet demonstrates how to add comments or note in Excel using C#....of Workbook class Access a Worksheet with a numeric value Add the...access the specific cell in a worksheet. Subsequently, insert the...

    kb.aspose.com/cells/net/how-to-insert-comment-i...
  2. Aspose.Cells Pivot PrintArea - Free Support For...

    When shifting from Aspose Cells v 25.3.0 to 25.4.0, the PrintArea behavior changed. Background: given an excel spreadsheet like this: Year Product Gross Net - - - 2001 Apples 100 30 Row Labels Sum of Net Ba…...Worksheets.ActiveSheetIndex = sheet....xlsx"); Worksheet worksheet = workbook.Worksheets[0]; // Set...

    forum.aspose.com/t/aspose-cells-pivot-printarea...
  3. Բացահայտեք բազմաթիվ թերթեր՝ օգտագործելով Excel-...

    Այս հոդվածը նկարագրում է, թե ինչպես բացել բազմաթիվ թերթեր Excel-ում՝ օգտագործելով Node.js-ը: Այն ունի IDE կարգավորումներ, քայլերի ցանկ և կոդ՝ Node.js-ի միջոցով աշխատաթերթը ցուցադրելու համար:...js : Worksheet դասը պարունակում է isVisible()...օգտագործեք տարբեր հատկություններ Worksheet դասի մեջ, օրինակ, օգտագործեք...

    kb.aspose.com/hy/cells/nodejs/unhide-multiple-s...
  4. Aspose.Cells - Incorrect html is saved - Free S...

    I need to save certain range of cells as html. I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions); Save as HTML method does not work. 25.3.0 - Works correctly 25.4.0 - Does not work var input = @"…...Worksheets.Names["DR_PUBv2__1678823491"];...GetRange(); var worksheet = workbook.Worksheets.First(); worksheet.PageSetup...

    forum.aspose.com/t/aspose-cells-incorrect-html-...
  5. Update Chart|Aspose.Slides 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.... Access the chart data worksheet. Modify the chart data series...

    docs.aspose.com/slides/cpp/update-chart/
  6. 表格编辑器 与工作表一起工作|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.... sendMessage ( "New Worksheet" , cx . getMessage ()); }...{ com . aspose . cells . Worksheet w = getAsposeWorksheets ()...

    docs.aspose.com/cells/zh/java/spreadsheet-edito...
  7. Access rendered value of cell color from condit...

    Hello, I wanted to understand whether Aspose.Cells was able to access the value that a conditional formatting rule has evaluated a cell color too in an Excel notebook. The scenario here is that I’d like to write validati…...the first worksheet worksheet = workbook.get_worksheets().get(0)...specific cell (e.g., A1) cell = worksheet.get_cells().get("A1") # Get...

    forum.aspose.com/t/access-rendered-value-of-cel...
  8. 在VSTO和Aspose.Cells中的工作表中添加单元格边框|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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...First sheet. Worksheet objSheet = objBook . Worksheets [ "Sheet1"...

    docs.aspose.com/cells/zh/net/add-borders-to-cel...
  9. 创建并将 Excel 图表嵌入为 OLE 对象到 Microsoft PowerPoint 幻...

    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.... Worksheet targetSheet , string Cell...更改工作表的名称。 xlNS . Worksheet targetSheet = ( xlNS . Worksheet )( newWorkbook...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  10. How to Convert JSON to CSV in C#

    In this short tutorial, you will learn how to convert JSON to CSV in C#. You can write JSON to CSV C# console application by using a few API calls on Windows, Linux, or macOS....collection from the first worksheet Create JsonLayoutOptions class...the cells collection in the worksheet. This conversion is performed...

    kb.aspose.com/cells/net/how-to-convert-json-to-...