Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 103,551 for

workbook

(0.88 sec)
  1. Excel chart with curved text path converts to s...

    Hello, When converting an Excel chart to an image, we noticed that the text loses its curved formatting and appears in the wrong position. Could you please confirm whether this is an issue with the library? Workbook wo…... Workbook workbook = new Workbook("/path/to/pie-chart...-chart.xlsx"); workbook.getWorksheets().get(0).getCharts().get(0)...

    forum.aspose.com/t/excel-chart-with-curved-text...
  2. JavaScript与C++中的X轴与类别轴对比|Documentation

    学习如何区分Aspose.Cells for Java脚本通过C++中的X轴和类别轴。我们的指南将帮助您理解它们的使用和属性差异,以及如何根据需求进行配置。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...arrayBuffer (); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/javascript-cpp/x-axis-...
  3. Detect if Worksheet is Password Protected with ...

    Learn how to detect if a worksheet is password protected using Aspose.Cells for JavaScript via C++....is possible to protect the workbooks and worksheets separately..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/detect-if-...
  4. 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...
  5. 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-...
  6. 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...
  7. AutoFit Row Height Automatically When Loading a...

    Learn how to fit rows whose height is not customized using Aspose.Cells with C++....file and save it as PDF { Workbook wb ( filePath + u "sample...load options for the second workbook LoadOptions loadOptions ;...

    docs.aspose.com/cells/cpp/autofit-row-height/
  8. 当转换或加载耗时过长时,可以使用 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...
  9. 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/
  10. How to set point as total with C++|Documentation

    In some Excel charts, for example a Waterfall chart, you may need to set a point as total. This article describes how to use Aspose.Cells with C++ to do it....( u "" ); // Load the workbook Workbook wb ( filePath + u "SampleSheet...( subtotals ); // Save the workbook wb . Save ( filePath + u "output...

    docs.aspose.com/cells/cpp/how-to-set-point-as-t...