Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 106,496 for

workbook

(0.72 sec)
  1. Remove ODS Annotation Online or Manage Annotati...

    delete comments from ODS file through online app for free. Java API code to manage comments of ODS files....project Load Document via Workbook class object Select the specific...project Load Document via Workbook class object Get the sepecific...

    products.aspose.com/total/java/annotate/ods/
  2. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it excel equivalent. Code used to generate the output: using (Workbook TemplateWB = new Workbook(dir + @"\T…...output: using (Workbook TemplateWB = new Workbook(dir + @"\Tes...

    forum.aspose.com/t/labels-in-charts-are-positio...
  3. 使用C++处理形状或图表的反射效果|Documentation

    学习如何使用Aspose.Cells和C++处理形状或图表的反射效果。...Load your source excel file Workbook wb ( inputFilePath ); // Access...SetDistance ( 80 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/working-with-the-r...
  4. 使用C++从单元格获取HTML5字符串|Documentation

    通过Aspose.Cells for C++ API学习如何从单元格获取HTML5字符串。...Startup (); // Create workbook Workbook wb ; // Access first worksheet...

    docs.aspose.com/cells/zh/cpp/get-html5-string-f...
  5. Create Style object using CellsFactory class|Do...

    Aspose.Cells is a .NET library for working with spreadsheet files that provides a style object for styling cells. This article introduces how to create a cell style object using the CellsFactory class in the Aspose.Cells library so that users can customize the appearance of the cells as needed....sets the default style of the workbook. Please download the output...

    docs.aspose.com/cells/net/create-style-object-u...
  6. Managing Charts and Shapes in Aspose.Cells|Docu...

    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....High-level programming with a workbook object model Rendering and...

    docs.aspose.com/cells/net/managing-charts-and-s...
  7. Exception when saving an xlsx file - Free Suppo...

    Hi There, I am using Aspose.Cell version 26.1.0. I am trying to save the attached file (xlsx is inside the zip file) using the following code: var stream = new FileStream( filePath == null ? Path.GetTempFileName() …...FileFormatToSaveForm(workbook.FileFormat); await workbook.SaveAsync(stream...an object. at Aspose.Cells.Workbook.Save(Stream stream, SaveOptions...

    forum.aspose.com/t/exception-when-saving-an-xls...
  8. Inconsistent HTML output for charts - Free Supp...

    Hi, Using Aspose Cells for Java, version 25.2. Sample code: Workbook Workbook = new Workbook("input.xlsx"); WorksheetCollection worksheets = Workbook.getWorksheets(); Workbook.calculateFormula(); Worksheet worksheet …... Sample code: Workbook workbook = new Workbook("input.xlsx");...worksheets = workbook.getWorksheets(); workbook.calculateFormula();...

    forum.aspose.com/t/inconsistent-html-output-for...
  9. How to Lock Cells in Excel using C#

    Learn how to lock cells in Excel using C#. This guide provides step-by-step instructions with C# code examples using Aspose.Cells for .NET....NET: Use the Workbook class to load an existing...first worksheet in the workbook using workbook.Worksheets[0] . Create...

    blog.aspose.com/cells/how-to-lock-cells-in-exce...
  10. | Aspose

    Sample code for PNG to XLS Java conversion. Use API example code for batch PNG files to XLS conversion within any Web or Desktop Java based application....Excel is known as Workbook where each workbook can have one or...Microsoft Excel lets you export workbook data to several different...

    products.aspose.com/ocr/java/conversion/png-to-...