Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 102,528 for

workbook

(0.13 sec)
  1. Get Equation Text of Chart Trendline with Node....

    Learn how to use Aspose.Cells for Node.js via C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation text of a trendline for further analysis or display....Create workbook object from source Excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "source.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/get-equation-t...
  2. Set the Values Format Code of Chart Series with...

    Learn how to set the values format code of chart series in Aspose.Cells for Node.js via C++. This guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-the-values...
  3. Copy Cells range and formatting to Word table -...

    I am currently evaluating Cells and Words. One of the tasks I need to be able toaccomplish is that of selecting an Excel range, complete with formatting, and inserting it into a Word document as a table. Please could you…... The Workbook.Save method can be used for...loading the Excel file into a Workbook object and then calling the...

    forum.aspose.com/t/copy-cells-range-and-formatt...
  4. Opening Files in PHP|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/opening-files-in-php/
  5. 插入时间轴|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++创建时间线。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  6. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or textbox using Aspose.Cells for C++....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...SetSpaceBefore ( 10 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  7. 用 C++ 创建每行拥有不同水平对齐方式的文本框|Documentation

    学习如何用 Aspose.Cells 和 C++ 创建每行具有不同横向对齐方式的文本框。...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...TextAlignmentType :: Right ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/create-textbox-in-...
  8. Apply Chart Worksheet Formulas in Presentations...

    Apply Excel-style formulas in Aspose.Slides for PHP via Java chart worksheets and automate reports across PPT and PPTX files....150 , 150 , 500 , 300 ); $workbook = $chart -> getChartData ()...any value to the property: $workbook -> getCell ( 0 , "F2" ) ->...

    docs.aspose.com/slides/php-java/chart-worksheet...
  9. 使用JavaScript通过C++创建带引线的饼图|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++在Microsoft Excel中创建带引线的饼图。我们的指南将演示如何添加连接数据点与图例的引线,从而增强图表的整体清晰度。...API 创建带有引线的饼图,我们首先会创建一个新的 Workbook 并输入一些数据,作为系列数据源。数据就位后,我们将在图表集合中添加一个类型为..."text/javascript" > const { Workbook , SaveFormat , ChartType ...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  10. Don't want to see the Formulas in the viewer - ...

    Hi Team, I don’t want to see the formulas in the viewer , I just want to see the values . Can you please suggest is there any way to do that . image.png (65.9 KB)...Cells, you can convert the workbook to a format that does not...Load the workbook Workbook workbook = new Workbook("input.xlsx");...

    forum.aspose.com/t/dont-want-to-see-the-formula...