Sort Score
Result 10 results
Languages All
Labels All
Results 7,311 - 7,320 of 105,430 for

workbook

(2.89 sec)
  1. Specify the Far East and Latin Name of the Font...

    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....of the text and saves the workbook as the output Excel file ...

    docs.aspose.com/cells/net/specify-the-far-east-...
  2. 透视表刷新后导致筛选失效 - Free Support Forum - aspose.com

    主题:关于 Aspose.Cells for Java 在刷新数据透视表(PivotTable)后导致筛选器(Filter)自动重置的问题咨询 问题背景: 我在使用 Aspose.Cells for Java 处理包含数据透视表的 Excel 文件。我的业务场景需要动态更新底表(Source Data)的数据量,并同步更新数据透视表的结果。 操作流程: 在我的代码中,为了确保数据透视表能反映底表的最新状态,我依次执行了以下操作: …..."D:\\test\\"; // 你的路径 Workbook workbook = new Workbook(dir + "纯英文模板2+(1)..."纯英文模板2+(1).xlsx"); Cells cells = workbook.getWorksheets().get("SR-daibiaochu")...

    forum.aspose.com/t/topic/327421
  3. 迭代行和列|Documentation

    了解如何通过Aspose.Cells for Java API迭代行和列。... Java Workbook wb = WorkbookFactory . create...

    docs.aspose.com/cells/zh/java/iterate-rows-and-...
  4. 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-...
  5. 新增行有限制,必须停留在可编辑的单元格才能新增行 - Free Support Forum -...

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

    forum.aspose.com/t/topic/323603
  6. Get HTML5 string from Cell|Documentation

    Learn how to get the HTML5 string from a cell using the Aspose.Cells for .NET API....following sample code creates a workbook object and adds some text...

    docs.aspose.com/cells/net/get-html5-string-from...
  7. 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) { …...Workbook.Settings.MaxRow, StartColumn...EndColumn = 0 }; Workbook workbook = new Workbook(); Worksheet worksheet...

    forum.aspose.com/t/bug-datavalidation-with-rege...
  8. 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...
  9. 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...
  10. 在工作表中插入超链接|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...