Sort Score
Result 10 results
Languages All
Labels All
Results 8,271 - 8,280 of 106,499 for

workbook

(0.23 sec)
  1. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...DocumentBuilder(RepDoc); using (Workbook TemplateWB = new Workbook(dir + @"\Tes...DocumentBuilder(RepDoc); using (Workbook TemplateWB = new Workbook(dir + @"\Tes...

    forum.aspose.com/t/shapes-in-charts-rendered-by...
  2. Symbol in chart incorrectly rendered when using...

    Hi Aspose Team, I’m noticing an issue with a symbol not rendering correctly when I convert a chart to image using aspose cells. I’m using the latest version of aspose cells, V25.4.0. Here’s the code I’ve used: Documen…...DocumentBuilder(RepDoc); using (Workbook TemplateWB = new Workbook(dir + @"\Tes...

    forum.aspose.com/t/symbol-in-chart-incorrectly-...
  3. 新增行有限制,必须停留在可编辑的单元格才能新增行 - Free Support Forum -...

    新增行需要停留在可编辑的单元格才能新增行,否则会提示:此单元格或图表受到保护。要进行更改,您必须先取消保护工作表 image.png (14.6 KB)...取消工作表保护 // 加载工作簿 Workbook wb = new Workbook("input.xlsx"); //...

    forum.aspose.com/t/topic/323603
  4. How to set cell link in GridJS|Documentation

    Add, edit, open, and remove links for selected cells using the Link dialog and hyperlink data....getData() Gets workbook data including each sheet’s...Array<sheetData> xs.loadData(data) Loads workbook data; hyperlinks in payload...

    docs.aspose.com/cells/net/aspose-cells-gridjs/u...
  5. How to set cell link in GridJS|Documentation

    Add, edit, open, and remove links for selected cells using the Link dialog and hyperlink data....getData() Gets workbook data including each sheet’s...Array<sheetData> xs.loadData(data) Loads workbook data; hyperlinks in payload...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  6. How to overlapping textbox auto adjust width on...

    des11.zip (7.6 KB) @John.He , @Professionalize.Discourse , @simon.zhao, please given early response. At runtime, check if an existing sheet text overlaps based on the (x + width, y + height) coordinates. If it does, th…..., Sample code: Workbook wb = new Workbook("e:\\test2\\des11_new1...

    forum.aspose.com/t/how-to-overlapping-textbox-a...
  7. Working with GridJs storage|Documentation

    This article describes the general file processing for GridJs....( sb == null ) { Workbook wb = new Workbook ( file ); wbj . ImportExcelFile...

    docs.aspose.com/cells/net/aspose-cells-gridjs/s...
  8. 在工作表中插入超链接|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....WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet...//link to a place in this workbook //create a target sheet and...

    docs.aspose.com/cells/zh/java/insert-hyperlinks...
  9. Ways to Calculate Formulas|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....results of formulas, call the Workbook.CalculateFormula() method...Calculating Formulas Once Only When Workbook.CalculateFormula() is called...

    docs.aspose.com/cells/go-cpp/ways-to-calculate-...
  10. Alignment Settings with Golang via C++|Document...

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/go-cpp/cells-alignment-se...