Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 103,512 for

workbook

(0.15 sec)
  1. Get Range with External Links with C++|Document...

    Learn how to retrieve ranges with external links in Excel files using Aspose.Cells with C++....01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "SampleExternalRefere...WorksheetCollection sheets = workbook . GetWorksheets (); NameCollection...

    docs.aspose.com/cells/cpp/get-range-with-extern...
  2. Smart marker with nested objects (map / list) f...

    Hi, I’m working with a Json data with nested objects that fail to work with horizontal parameter. It returns some internal reference instead of the actual data: (e.g. com.aspose.cells.t_e@6179e425) Here is a code snipp…...working with: try { Workbook workbook = new Workbook(); Worksheet worksheet...worksheet = workbook.getWorksheets().get(0); worksheet.setName("Sheet1");...

    forum.aspose.com/t/smart-marker-with-nested-obj...
  3. How to Add Comments in Excel using Python

    This short tutorial describes how to add comments in Excel using Python. It contains complete details for environment configuration and a runnable code to add note in Excel using Python....the source Excel file in a Workbook class object where comments...target worksheet in the loaded workbook Get the comments collection...

    kb.aspose.com/cells/python/how-to-add-comments-...
  4. Create Charts Using VSTO and Aspose.Slides for ...

    Learn how to automate PowerPoint chart creation in Java. This step-by-step guide shows why Aspose.Slides for Java is a faster, more powerful alternative to Microsoft.Office.Interop.... Then use Microsoft Excel workbook to access and modify chart...Create a new Microsoft Excel Workbook instance and load chart data...

    docs.aspose.com/slides/java/create-a-chart-in-a...
  5. 当转换或加载耗时过长时,可以使用 Node.js 通过 C++ 的 InterruptMoni...

    学习如何在耗时过长时,使用 Aspose.Cells for Node.js via C++ 的 InterruptMonitor 停止工作簿转换到各种格式(如 PDF、HTML 等)。...请使用 Workbook.getInterruptMonitor() 属性停止转换,...This function will create workbook and convert it to Pdf format...

    docs.aspose.com/cells/zh/nodejs-cpp/stop-conver...
  6. Create CSV using Python | products.aspose.com

    Generate Microsoft Excel CSV documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create CSV...File via Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/csv/
  7. 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 = @"…... I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions);...var workbook = new Workbook(input); var name = workbook.Worksheets...

    forum.aspose.com/t/aspose-cells-incorrect-html-...
  8. 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....cells/workbook#calculateFormula-com.aspose...CalculationOptions- method of the Workbook class which processes all...

    docs.aspose.com/cells/java/calculate-formulas/
  9. Aspose.Cells Java for Jython|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.... Cells import Workbook , FileFormatType class HelloWorld...quickstart / ' workbook = Workbook () sheet = workbook . getWorksheets...

    docs.aspose.com/cells/java/aspose-cells-java-fo...
  10. Spill function is not updating - Free Support F...

    Dear Aspose Team, I am using Aspose.Cells 25.11.0. .NET 9.0 We have Spill Function includes LET with XLOOKUP and run RefreshDynamicArrayFormulas and CalculateFormula Spill function does not update correctly. If I s…...xlsx"; Workbook? wbc; using (var ms = new...FileMode.Open)) wbc = new Workbook(ms, new LoadOptions(LoadFormat...

    forum.aspose.com/t/spill-function-is-not-updati...