Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 30,204 for

worksheet

(0.17 sec)
  1. Excel to HTML - Use PresentationPreference Opti...

    Learn to render a better layout when saving Excel files to HTML with C++....Prevent Exporting Hidden Worksheet Contents on Saving to HTML...

    docs.aspose.com/cells/cpp/excel-to-html-use-pre...
  2. 获取行中最大列索引和列中最大行索引|Documentation

    学习如何通过C++ API在行中获取最大列索引,在列中获取最大行索引。...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...)); // Accessing the first worksheet in the Excel file const sheet...

    docs.aspose.com/cells/zh/javascript-cpp/get-max...
  3. 不同的文件,设置cellshelper.dpi=120后再设置相同列宽,结果不一致 - Fre...

    不同的文件(一个是已存在文件,一个是使用aspose.cells生成的),设置cellshelper.dpi=120后再设置相同列宽,结果不一致。原因是什么?如何让test1.xlsm可以按照设置的DPI,设置列宽? public static void Run5() { CellsHelper.DPI = 120; string file_path1 = "C:\\Users\\jlt\\Documents\\test1.xl…...Workbook(file_path1); Worksheet sheet = workbook.Worksheets[0]; sheet.Cells...Workbook(file_path2); Worksheet sheet2 = workbook2.Worksheets[0]; sheet2...

    forum.aspose.com/t/cellshelper-dpi-120/322191
  4. PDF with Node.js via C++|Documentation

    Learn how to convert an Excel workbook into PDF using Aspose.Cells for Node.js via C++....the A1 cell in the first worksheet workbook . getWorksheets ()...PdfBookmarkEntry for Chart Sheet Fit All Worksheet Columns on Single PDF Page...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  5. 将工作表绑定到使用 GridWeb 的自定义集合对象|Documentation

    本文介绍了如何在 GridWeb 中将工作表绑定到集合。...desired worksheet GridWorksheet sheet = GridWeb1 . WorkSheets [ 0...//Setting the Data Source of worksheet sheet . DataSource = list...

    docs.aspose.com/cells/zh/net/aspose-cells-gridw...
  6. Preserve Single Quote Prefix of Cell Value or R...

    Learn how to preserve the single‑quote prefix of a cell value or range through the Aspose.Cells for C++ API....wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/preserve-single-quote...
  7. #NAME error when inserting a chart as an image ...

    Hi Aspose Team, I’m having an issue with some charts where I’m inserting it into a word document and one of the footnotes for the chart comes in as #NAME? even though the name range from which it is pulled into the char…...CalculateFormula(); Worksheet sourceWS = sourceWB.Worksheets[WSName]; //Set...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/name-error-when-inserting-a-...
  8. 在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....copy_worksheet 方法。以下是代码示例。 PHP 代码 # Create a Worksheets object...-> save ( $dataDir . "Copy Worksheet.xls" ); 在工作簿内移动工作表 使用 PHP中的Aspose...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  9. 使用JavaScript通过C++实现工作表的自定义纸张大小以进行渲染|Documentation

    本文介绍如何通过C++的JavaScript API在将Excel文件以PDF格式渲染时,为目标工作表设置自定义纸张大小。...Access first worksheet const ws = wb . worksheets . get ( 0 );...Access first worksheet const ws = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  10. 将工作表转换为图像——用JavaScript via C++去除数据周围的空白区域|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++将Microsoft Excel工作表转换为图像,并去除数据周围的空白区域。...> < body > < h1 > Convert Worksheet to EMF Image </ h1 > < input...the first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/zh/javascript-cpp/convert...