Sort Score
Result 10 results
Languages All
Labels All
Results 6,021 - 6,030 of 30,376 for

worksheet

(1.19 sec)
  1. Excel 主题和颜色|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++的自定义配色方案。...(default) worksheet. const cells = workbook . worksheets . get (...

    docs.aspose.com/cells/zh/javascript-cpp/excel-t...
  2. CSV 转换为 DataFrame | 在 Python 中将 CSV 转换为 Pandas ...

    学习如何使用 Aspose.Cells for Python 将 CSV 转换为 pandas DataFrame,步骤示例逐步讲解。在 pandas 中导入 CSV,通过 CSV 处理 Excel,轻松构建 DataFrames。...csv" ) # Access the first worksheet (CSV loads as sheet) csv_ws...csv_ws = csv_wb . worksheets[ 0 ] 步骤 2:从工作表中提取数据 # 一旦文件被加载,逐行提取其内容。这为将数据转换为...

    blog.aspose.com/zh/cells/convert-csv-to-pandas-...
  3. Words for .NET output questions - Free Support ...

    doc-gen format error.zip (2.1 MB) Please see the questions below from the client and help, thank you ! We are currently experiencing issues with Aspose when converting Excel and Word files to PDF, specifically differen…...Worksheets[0]; ws.PageSetup.PrintGridlines...with: .... var ws = workbook.Worksheets[0]; ws.PageSetup.PrintGridlines...

    forum.aspose.com/t/words-for-net-output-questio...
  4. Incorrect render of text with font from Aptos f...

    Hello, I have an issue when rendering a Worksheet range to an EMF image when the font is from Aptos family. The render creates an image where the text lacks spaces as seen in this screenshot: image.png (739 Octets) W…...an issue when rendering a worksheet range to an EMF image when...asposeSheet = asposeWorkbook.Worksheets[worksheetName]; var range...

    forum.aspose.com/t/incorrect-render-of-text-wit...
  5. ❗ “Add Row” and “Add Column” Actions Insert in ...

    :lady_beetle: Issue Description In our implementation using Aspose.Cells GridJS, the “Add Row” and “Add Column” toolbar buttons are not behaving as expected: The “Add Row” button always inserts the new row above the cu…...Expected: Unlock all cells in the worksheet, not just the used range....

    forum.aspose.com/t/add-row-and-add-column-actio...
  6. 利用Node.js通过C++在图表中添加形状|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Microsoft Excel中添加控件并自定义图表。本指南演示如何操作图表元素、调整格式以及增强图表的整体外观和可用性。...// Adding a chart to the worksheet const index = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/controls-in...
  7. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in Java for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....; // Gets the chart data worksheet IChartDataWorkbook fact =...

    docs.aspose.com/slides/java/chart-series/
  8. 用Node.js通过C++管理文档属性|Documentation

    学习如何通过Aspose.Cells for Node.js via C++管理文档属性。... Workbook 类可以包含多个工作表,每个由 Worksheet 类表示,而工作表集合由 WorksheetCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-do...
  9. Manage Chart Workbooks in Presentations Using С...

    Discover Aspose.Slides for С++: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....SaveFormat :: Pptx ); Manage Worksheets This C++ code demonstrates...IChartDataWorkbook.Worksheets property is used to access a worksheet collection:...

    docs.aspose.com/slides/cpp/chart-workbook/
  10. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in JavaScript for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....; // Gets the chart data worksheet var fact = chart . getChartData...

    docs.aspose.com/slides/nodejs-java/chart-series/