Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 160,988 for

workbook

(0.28 sec)
  1. How to change the polygon tip point and also cu...

    // Create a new shape Aspose.Cells.Drawing.Shape polygonShape = xlWorkSheet.Shapes.AddAutoShape(Aspose.Cells.Drawing.AutoShapeType.RoundedRectangularCallout, 0, 0, 0, 0, 0, 0); polygonShape.Y = 200; //Shape Top propert…...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet sheet = workbook.Worksheets[0]; // Add a button to the worksheet...

    forum.aspose.com/t/how-to-change-the-polygon-ti...
  2. Class WorksheetCollection | Aspose.Cells for .N...

    Aspose.Cells.WorksheetCollection class. Encapsulates a collection of Worksheet objects...Represents external links in a workbook. IsRefreshAllConnecti { get;...and Sets displayed size when Workbook file is used as an Ole object...

    reference.aspose.com/cells/net/aspose.cells/wor...
  3. 关闭流之后,为什么正处于转换中的线程还能继续执行 - Free Support Forum -...

    我有一个转换非常耗时的excel,我想通过一下代码的方式,在线程中转换这个文件,当一定时间之后无法获取到结果时,关闭这个流,使线程强制报错,但是以下代码 ,关闭流之后,线程仍在运行,没有抛出异常,我发现,如果我在创建线程执行任务之后立即关闭流,则线程也会立即报错并结束(请看我注释掉的那一段代码),为什么等待一段时间之后在关闭就无效 @Test public void testone() throws Exception { Exe…...currentTimeMillis(); Workbook workbook = new Workbook(fileInputStream);...setAllColumnsInOnePa(true); workbook.save(fileOutputStream, pdfSaveOptions);...

    forum.aspose.com/t/topic/263543
  4. 创建饼图|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....missing ); //Access the Active workbook from Vsto sheet Microsoft...Office . Interop . Excel . Workbook workbook = sheet . Application...

    docs.aspose.com/cells/zh/net/create-a-pie-chart/
  5. Aspose.Cells 9.0.0 中的公共 API 更改|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....instance of Workbook Workbook book = new Workbook (); //Get the...default Worksheet from the Workbook Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. How to enable connect datapoints with line opti...

    How to enable option connect data points with line? The file uploaded is of scatter with line and marker chart. 1st chart has a null value in the data so we are getting discontinued line to avoid that we need to find th…...Interpolated: Workbook workbook = new Workbook(dir + "scatte...e1.xlsx"); Chart chart2 = workbook.getWorksheets().get(0).getCharts()...

    forum.aspose.com/t/how-to-enable-connect-datapo...
  7. ProtectionType.All does not work as intended in...

    I’m trying to protect a Workbook using ProtectionType.All but the Workbook is not protected. I can still change cell content. Sample code: var Workbook = new Workbook(); Workbook.Protect(ProtectionType.All, "Test"); wo…...protect a workbook using ProtectionType.All but the workbook is not...Sample code: var workbook = new Workbook(); workbook.Protect(ProtectionType...

    forum.aspose.com/t/protectiontype-all-does-not-...
  8. HorizontalPageBreak class | Aspose.Cells for Py...

    HorizontalPageBreak class HorizontalPageBreak class Encapsulates the object that represents a horizontal page break. ......import Workbook # Instantiating a Workbook object workbook = Workbook...its sheet index worksheet = workbook . worksheets [ 0 ] # Add a...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Charts are getting duplicated after opening, sa...

    Charts are getting duplicated after opening and saving with with Aspose cells, then closing and viewing in Excel. Steps to reproduce: Unzip and open the attached “Duplicated Charts.xlsx” file in Excel Click on the “S2…...reproduce is: Workbook workbook = new Workbook("Duplicated Charts...Charts.xlsx"); workbook.Save("test.xlsx", SaveFormat.Xlsx); Duplicated...

    forum.aspose.com/t/charts-are-getting-duplicate...
  10. Convert Spreadsheet to PDF in xlsx4j|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....Java Workbook workbook = new Workbook ( dataDir + "workbook.xls"...the document in PDF format workbook . save ( dataDir + "AsposeConvert...

    docs.aspose.com/cells/java/convert-spreadsheet-...