Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 30,205 for

worksheet

(0.2 sec)
  1. 如何将Excel中的公式导出为其他类型的表达式,使用C++|Documentation

    使用Aspose.Cells for C++将Excel公式导出为LaTeX和MathML。...<body>" ; WorksheetCollection worksheets = workbook . GetWorksheets...ShapeCollection shapes = worksheets . Get ( 0 ). GetShapes ();...

    docs.aspose.com/cells/zh/cpp/export-equation/
  2. 用指定打印纸张大小的via JavaScript和C++加载工作簿|Documentation

    学习如何在用Aspose.Cells for JavaScript通过C++加载工作簿时设置打印纸张大小...some data inside the first worksheet const workbook = new Workbook...Workbook (); const worksheet = workbook . worksheets . get ( 0 ); const...

    docs.aspose.com/cells/zh/javascript-cpp/load-wo...
  3. Create and Customize PowerPoint Charts in PHP|A...

    Create and customize PowerPoint charts with Aspose.Slides for PHP via Java — work with data, styles, and chart types in PPT and PPTX using clear code examples....Presentations Using PHP Apply Chart Worksheet Formulas in Presentations...

    docs.aspose.com/slides/php-java/powerpoint-charts/
  4. Create and Customize PowerPoint Charts in Java|...

    Create and customize PowerPoint charts in Java with Aspose.Slides—work with data, styles, and chart types in PPT and PPTX using clear code examples....Presentations Using Java Apply Chart Worksheet Formulas in Presentations...

    docs.aspose.com/slides/java/powerpoint-charts/
  5. 更改数据透视表的布局|Documentation

    如何使用Aspose.Cells for Java脚本通过C++改变数据透视表的布局。...first worksheet const worksheet = workbook . worksheets . get...table const pivotTable = worksheet . pivotTables . get ( 0 );...

    docs.aspose.com/cells/zh/javascript-cpp/changin...
  6. Set DefaultFont property of PdfSaveOptions and ...

    Discover how to set the DefaultFont property of PdfSaveOptions and ImageOrPrintOptions using Aspose.Cells for Node.js via C++. Ensure proper font rendering when fonts are missing....The A1 cell (in the first worksheet) contains the text “Christmas...The code renders the first worksheet to PNG and TIFF image formats...

    docs.aspose.com/cells/nodejs-cpp/set-defaultfon...
  7. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。...collection from the first worksheet ShapeCollection shapes = workbook...(); // Add a TextBox to the worksheet Shape shape = shapes . AddTextBox...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  8. Add ActiveX Controls using Aspose.Cells for Jav...

    Learn how to add ActiveX controls in a Worksheet using Aspose.Cells for JavaScript via C++....needs to be added inside a worksheet. It has the following values...Access first worksheet const sheet = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/javascript-cpp/add-active...
  9. Processing pivot tables corrupts Excel under so...

    I have a template Worksheet that has a pivot table on it. It works exactly as expected when processed through Aspose Cells. I copy that Worksheet to a new file & rename it. Run through the same data load process and a…...6:21pm 1 I have a template worksheet that has a pivot table on...Aspose Cells. I copy that worksheet to a new file & rename it...

    forum.aspose.com/t/processing-pivot-tables-corr...
  10. 用JavaScript通过C++冻结Excel工作表的首列|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++以编程方式冻结Excel工作表的左侧列。... 请使用 Worksheet.freezePanes(number, number...构建工作簿以打开文件或创建一个空文件。 2. 使用Worksheet.freezePanes()方法冻结第一列。 3.保存文件。...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...